*{
    margin: 0;
    padding: 0;
    margin-top:1vw;
}

html{
    font-family: 'Press Start 2P', cursive;
}

header img{
    width: 300px;
    margin-top: -65px;
}

h1{
    text-align: center;
}

section{
    text-align: center;
}

div{
    width: 60%;
    margin: auto;
    margin-top: 100px;
}

div p{
    margin-top: 50px;
    line-height: 20px;
}

span{
    font-style: oblique;
}

aside{
    margin-top: 100px;
}

footer{
    background: black;
    position:absolute;
    bottom:0;
    width:100%;
    padding-top:50px;
    height:50px;
    text-align: center;
}