body {
background-color: mistyrose;
}

h1 {
background-color: red;
font-family: "Lobster", sans-serif;
  font-weight: 400;
  font-style: normal;
}

div {
margin: 0;
padding: 0;
border-bottom: 4px solid #cdde87; 
position: relative;
}

div h1 {
font-family: sans-serif; 
color: #cdde87;
}

menu {
position: absolute;
right: 0;

}  

menu li{
width: 120px;
background-color: yellow;
list-style-type: none;
display: inline;
padding: 10px 30px;
} 

div li a{
text-decoration: none;
}

div li a:hover{
background-color: yellow;
font-weight: bold;
margin-left: 30px;
}

p {
font-size: 20px;
}

.unico {
  font-family: "Lobster", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.legal {
color: cadetblue;
}