body {
background-image: url("back.jpeg");
background-repeat: repeat;
  background-color: #6600cc; 
  color: #ffffe6;
  align-items: center;
  h1 {
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size:xx-large;
    font-weight: 900;
    text-align:center;
    text-decoration: wavy;
  }
  h2 {
    font-family: 'Courier New', Courier, monospace;
    font-size: larger;
    font-weight:lighter;
    text-align:center;
  }
  h3 {
    font-family: 'Courier New', Courier, monospace;
    font-size:x-small;
    font-weight:lighter;
    text-align:center;
  }
  h4 {
    font-family: 'Courier New';
    font-size:large;
    font-weight:bolder;
    text-align:center;
  }
  img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 500px;; 

}
}