body{
    background-color: rgb(249, 242, 235);
    text-align: center;
}

h1{
    font-size: 3rem;
}

ul.header a,
ul.header a:visited,
ul.header a:focus,
ul.header a:active {
  text-decoration: none;
  color: black;          
}

ul.header a:hover{
  background-color: rgba(241, 230, 218, 0.4);
  font-weight: bold;
} 

ul.header{
font-family: "Amiri", serif;
font-style: normal;
font-size: 1.5em;
list-style: none;
display: flex;
justify-content: center;
gap: 6rem;
}

