body {
    background-color: AntiqueWhite;
  }
  
  h1 {
    color: black;
    text-align: center;
  }

h5 {
    color: black;
    text-align: center;
  }

  
  p {
    font-family: verdana;
    font-size: 20px;
  }

  p.center {
    text-align: center;
    color: black;
  }