body{
        color: white;
    background-color: rgb(20, 2, 2);
    margin: O;
}

header{
    background-color: white;
    display: flex;
    justify-content: space-around;
    align-items: center;


}


nav{

    display: flex;
    justify-content: space-between;
    gap:20px;

}

img{
    width: 100px;
    height: 100px;
}

nav a {
            text-decoration: none;
            font-size: 23px;
}

footer{
        background-color: burlywood;
        height: 80px;
        position: absolute;
        bottom: 0;
        width: 100%;


}

footer p {

    color: black;
    text-align: center;
}

.premier{
        display: flex;
        justify-content: center;
}

.deuxieme{
    
        display: flex;
        justify-content: center;
        gap:35px;
}
.deuxieme div{
    
        width: 300px;
        border: 2px solid wheat;
        height: 200px;
        border-radius: 5px;
}

