body {
  background-color: hsl(0, 93%, 84%);
  }


h1 {
  color: #000000;
  font-family: 'Times New Roman', Times, serif;
}
h2 {
  color: rgb(0, 0, 0);
  font-family: 'Times New Roman', Times, serif;
}

p {
  color: rgb(0, 0, 0);
  font-family: 'Times New Roman', Times, serif;
}

li {
  color: rgb(153, 252, 252);
  font-family: Verdana;
}

a {
  color: #b49043;
  font-family: Verdana;
}


em {color : rgb(97, 255, 97);
}


