body{
    background-color: lightblue;
    margin: 0;
}


img{
    height: 10%;
    margin-left: 200px;
}
.selection{
    font-family: 'Arial Narrow Bold', sans-serif;
    font-size: 25px;
    text-align: center;
    margin-top: 20px;
    text-decoration: underline;
}

.blog{
    color: black;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 40px;
    text-align: left;
    margin-left: 20px;
    text-decoration: underline;
}

.entête{
    text-align: right;
    margin-right: 20px;
    margin-top: 20px;
    
}

.entête a{
    color: black;
    text-decoration: none;
    font-size: large;
}

header{
    background-color: rgb(91, 160, 200);
    display: flex;
    justify-content: space-between;
    
}
