canvas {
    position: absolute;
    top: 0;
}

.header-background {
    height: 5rem;
    text-align: center;
    background-image: linear-gradient(120deg, rgb(240, 147, 251) 0%, rgb(245, 87, 108) 100%);
    color: white;
    align-content: center;
}

main {
    flex: 0 !important;
    display: inline-flex;
    z-index: 1;
    height: auto;
    justify-content: center !important;
}

.main-body {
    opacity: 0.9;
    background-image: linear-gradient(120deg, rgb(240, 147, 251) 0%, rgb(245, 87, 108) 100%);
    color: black;
    height: auto;
    width: 70rem;
    font-size: x-large;
    font-weight: bold;
    text-align: center;
}

footer {
    height: 2rem;
    color: white !important;
    position: fixed !important;
    bottom: 0 !important;
    width: 100%;
    text-align: center;
    background: linear-gradient(0deg, #e125e4 1%, #e125e4 98%);
    display: inline-flex;
    justify-content: space-between;
    padding-left: 1rem;
    padding-right: 1rem;
}

    footer p {
        height: 100%;
        ALIGN-CONTENT: center;
    }