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

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

h1 {
    text-align: center;
}

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

h2 {
    padding-left: 2vw;
}

main{
    margin-left: 1vw;
    text-align: center;
} 

 /* Lien */
 
main article a{
    width: 190px;
    height: 50px;
    margin:0;
    text-align: center;
    text-decoration: none;
    color: white;
    background-image: url(../../Img/test.png);
    line-height: 60px;
    display: inline-block;
}

main article a:hover {
    color: rgb(160, 0, 0);
}


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