h1 {
  color:blue;
  text-decoration: underline;
  font-family: chalkboard;
}
  
h2{
  color:green;
  font-size: 30px;
  font-family: chalkboard;
}
div {
  background-color: #ae0000;
  border: ridge 1px;
  text {
    color:white;
  }
  padding: 10px;
  margin-bottom: 0 50px 30px;
}
ol {
  list-style: lower-greek;
}
.biome{
  background-color: #e5e5e5;
}