body {
      font-family: Georgia, serif;
      text-align: center;
      margin-top: 50px;
    }
    h1 {
      font-size: 50px;
      font-weight: bold;
    }
    p {
      font-size: 20px;
      margin-top: 20px;
    }
    #quote {
      margin-top: 40px;
      font-size: 24px;
      
    }
    #author {
      margin-top: 15px;
      font-size: 20px;
      font-weight: bold;
    }
    button {
      margin-top: 20px;
      padding: 20px 40px;
      background-color: blue;
      color: white;
      font-size: 16px;
      border: none;
      cursor: pointer;
    }
    button:hover {
      background-color: red;
    }