html {
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
  }
  
  
  h1 {
    font-size: 60px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-align: center;
  }

  h2 {
    font-size: 60px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-align: center;
  }

  p {
    font-size: 20px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    line-height: 2;
    letter-spacing: 1px;
  }
  
  li {
    font-size: 20px;
    line-height: 2;
    letter-spacing: 1px;
  }
  
  
  html {
    background-color: #0a0036;
  }
  
  body {
    width: 600px;
    margin: 0 auto;
    background-color: #920000;
    padding: 0 50px 50px 50px;
    border: 5px solid black;
  }
  
  h1 {
    margin: 0;
    padding: 20px 0;
    color: #0a0036;
  }
  
  h2 {
    margin: 0;
    padding: 20px 0;
    color: #0a0036;
  }

  img {
    margin: 0 auto;
    image-orientation: center;
    display: block;
  }