h1
 {
 	color: darkblue;
 
 font-family: georgia;
 }

 body
 {
    background-color: beige;
 }

 #carte
{
    width: 800px;
    margin:0 auto;
    background-color: white;
    text-align: center;
    align-content: center;
}

ul
{
    list-style-type: none;
}

