*{
    margin: 0;
    margin-top: 1vw;
}
html{
    font-family: 'Press Start 2P', cursive;
}

body{
    text-align: center;
}
main{
    left: 0;
    line-height: 100px;
    margin-top: -100px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    font-size: 18px;
}
footer{
    background: black;
    position:absolute;
    bottom:0;
    width:100%;
    padding-top:50px;
    height:50px;
    text-align: center;
}