body
{
background-color: FFF5E4;
 color: black;
}
hr
{
  background-color: lightblue;
  padding: 1em;
  border-radius: 25%;
}
footer
{ padding: 50px;
}
h2, h3
{
  color: yellow;
  font-family: 'Kanit', sans-serif;
}
h1
{
  font-family: 'Bungee Spice', cursive;

}
li {
  color: rgb(255, 148, 148);
 font-family: 'Anton', sans-serif;
  font-size: 15px;
  text-decoration: underline;
}