*{
    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;
}

ul{
    display: flex;
    text-decoration: none;
    justify-content: space-around;
}

li{
    list-style: none;
}

section{

}

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

ul{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    list-style: none;
    font-size: 14px;
}

section a{
    color: white;
}

.r1{
    width: 190px;
    height: 50px;
    text-align: center;
    text-decoration: none;
    background-image: url(../../Img/buttonbf.png);
    line-height: 50px;
    display: inline-block;
}

.r2{
    width: 190px;
    height: 50px;
    text-align: center;
    text-decoration: none;
    background-image: url(../../img/buttonbc.png);
    line-height: 50px;
    display: inline-block;
}

.r3{
    width: 190px;
    height: 50px;
    text-align: center;
    text-decoration: none;
    background-image: url(../../img/buttong.png);
    line-height: 50px;
    display: inline-block;
}

a:hover{
    color: rgb(165, 217, 255)
}

aside{
    margin-top: 150px;
}

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