body {
  margin: 0%;
  padding: 40px;
  background: linear-gradient(to bottom right, #8ec5fc #e0c3fc);
  font-family: "Roboto", sans-serif;
}
body {
  background-color: rgb(206, 90, 90);
}
h1 {
  text-align: center;
  font-size: 50px;
  color: #333333;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
ol {
  list-style-type: inside;
  font-size: 32px;
  color: #555555;
}
li {
  margin: 40px 0;
}
.font1 { font-family: "Great Vibes", cursive; }
.font2 { font-family: "Playfair Display", serif; }
.font3 { font-family: "Lobster", cursive; }
.font4 { font-family: "Roboto", sans-serif; }
.font5 { font-family: "Montserrat", sans-serif; }
