 body {
      font-family: Arial, sans-serif;
      margin: 20px;
      background-color: #ecbbe6;
      color: #333;
      text-align: center;
    }

    header {
        margin-top: 30px;
      text-align: center;
      margin-bottom: 30px;
    }

    h1 {
      color: #8c1097;
      font-weight: bold;
    }

    h3 {
      margin-top: 15px;
      color: #444;
    }

    ul {
        list-style-type: circle;
      list-style-position: inside;
    text-align: center;
    }

    a {
      color: #6600cc;
      text-decoration: none;
    }

    a:hover {
      text-decoration: underline;
    }

    footer {
      text-align: center;
      margin-top: 40px;
      font-size: 0.9em;
    }