body {
      font-family: sans-serif; /* Use a modern sans-serif font */
      margin: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      min-height: 100vh; /* Ensure full viewport height */
      background-color: #f0f0f0; /* Light gray background */
      text-align: center; /* Center text within container */
    }

    .container {
      padding: 20px; /* Add some padding around content */
    }

    a {
      color: #333; /* Dark gray link color */
      text-decoration: none; /* Remove underlines */
      font-weight: bold; /* Make email address slightly bolder */
    }

    p {
      margin-top: 10px; /* Add spacing between email and title */
      color: #555; /* Slightly lighter gray for title */
    }
