header{
    float: left;
    width: 100%;
    height: 35%;
    background-color: var(--freeplay_black);
    text-align: center;
    justify-content: center;
}

main{
    float: left;
    width: 100%;
    height: 55%;
    background-color: var(--freeplay_black);
    text-align: center;
    justify-content: center;
}

footer{
    float: left;
    width: 100%;
    height: 5%;
    background-color: var(--freeplay_black);
    text-align: center;
    justify-content: center;
}
