*
{
    margin: 0;
    padding: 0;
}

body
{
    display: flex;
    justify-content: center;
}

#header
{
    position: absolute;
    top: 0vh;
    font-size: 9vh;
}

#image
{
    position: absolute;
    top: 11vh;
    height: 77vh;
}

#footer
{
    position: absolute;
    top: 89vh;
    font-size: 9vh;
}