body {
    background-color: rgb(255, 255, 255);
    margin: 0 15%;
    font-family: sans-serif;
  }
  
  h1 {
    text-align: center;
    font-family: serif;
    font-weight: normal;
    text-transform: uppercase;
    border-bottom: 0px none;
    margin-top: 30px;
  }
  
  h2 {
    color: #234A99;
    font-size: 1em;
    text-align: center;
  }
  