h1 {color: crimson;}
h2 {color: gold;}
h3 {color: forestgreen;}
body {
    background-color: rgb(207, 202, 202);
}
header,nav,section,footer {
    background-color: rgb(232, 232, 218);
    border: solid 1px blue;
   
}
header  {
    width:147px; 
    border: solid 1px blue;
}

nav ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
}


