h1
{
    color: rgb(0, 162, 255);
}

h2
{
    color: rgb(0, 162, 255);
}

ul
{
    color: rgb(0, 162, 255);
}
body
{
    background-color: rgb(74, 74, 75);
}

#carte
{
    width: 800px;
    margin:0 auto;
    background-color: rgb(53, 52, 52);
    text-align: center;
    align-content: center;

}

ul li
{
    list-style-type: none;
}

