h1 {
color: blue;
}
body {
background-color: rgb(161, 198, 237);
}

.encadre {
    border:solid 4px rgb(210, 213, 240) ;
}