body {
    background-color: white;
  }
  
  h1 {
    color: navy;
    margin-left: 20px;
  }

  h2 {
    color: teal;
    text-align: center;
  }