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

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

h1{
    text-align: center;
}

main, header {
    margin-left:1vw;
}

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

section{
    display: flex;
    flex-direction: row;
    line-height: 25px;
}

article:first-of-type{
    width:50%;
    border-right: black dashed 1px;
    padding: 60px;
}
#oui{
    width: 50%;
    padding: 60px;
}

main div p {
    text-align:center
}

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

.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{
    text-decoration: none;
    color: rgb(255, 255, 255);
}

a:hover{
    color: rgb(154, 213, 255)
}

a:last-of-type:visited{
    color:  rgb(255, 255, 255);
}

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