body {
    background-color: white;
  }

  h1 {
    color: black;
    text-align: center;
    font-size: 50px;
    display: block;
  }
  h2 {
    color: lightgrey;
    text-align: center;
    font-size: 50px;
    display: block;
  }

  p {
    font-family: verdana;
    font-size: 50px;
  }

  .detail {
    font-family: verdana;
    font-size: 30px;
  }