
*{
    margin: 0px;

}
body{
    background: white;
    justify-content: center;
    align-items: center;
}

header{
    background-color: rgb(3, 3, 8);
    justify-content: center;

}
#site-logo{
    justify-content: center;
    text-align: center;
}
#site-logo img{
    width: 50%;
}
#games-container{
    background-color: white;
    width: 70%;
    padding:2px;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-left: 15%;
    margin-right: 15%;


}
canvas{
    border-top-color: blue ;
    border-bottom-color: gray ;
    border-style: ridge;
    border-width: 1px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}


#textes-descriptifs{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin-top: 10px;
    padding: 10px;
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    justify-self: center;
}
#textes-descriptifs p{
    padding: 10px;

}
footer{
    background-color: black;
    padding: 20px;
    text-align: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: white;
    bottom: 0px;
}

@media (max-width:800px){
    #site-logo img{
    width: 70%;
}
}