body{
  background-color:#FCFFD1
}

div {
  background-color:#FCFFD1;
 	padding: 15px;
  margin-bottom: 20px;
  border: 13px solid brown;
  text-align:center;
 }


h1{
  color: #810410;
  font-family: "Bungee", sans-serif;
  font-weight: 400;
  font-style: normal;
}


h2{ color: #000000;
  font-family: "Bungee", sans-serif;
  font-weight: 400;
  font-style: normal;
}


a { color:#810410
}

ul {
  display: inline-block;
}

ol {
  display: inline-block;
}


