h1 {
   color: black;
   font-family: "Georgia";
   background-color: blue;
   color: white;
   font-weight: bold;
   width: 350px;
   border: 5px solid black;
}

h2 {
   color: blue;
  font-family: "Georgia";
}
h3 {
   color: purple;
  font-family: "Georgia";
}

