body {
        background-color: #f2f2f2;
        font-family: Arial, sans-serif;
        text-align: center;
      }

      h1 {
        margin-top: 100px;
        font-size: 48px;
        color: #333;
      }

      img {
        max-width: 200px;
        margin-top: 50px;
      }

      p {
        font-size: 24px;
        color: #666;
      }

      small {
        font-size: 12px;
        color: #999;
        margin-top: 100px;
        display: block;
      }