h1 {
   color: rgb(22, 66, 140);
}
h2 {
   color: green;
}
p {
   color: maroon;
   background-color: white;
}
p {
   font-family: "Agu Display", serif;
}

h1 {
   font-family: "Doto", cursive;
}
h1 {
   text-decoration: underline;
}
h1 {
   text-decoration: underline;
}
h2 {
   text-decoration: underline;
}
div {
   width: 250px;
   border: 5px double black;
  padding: 25px;
  margin: 25px;
}
