body {
    margin: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #76559c;
    font-family: 'Roboto', sans-serif;
    color: white;
    text-align: center;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .email {
    margin-top: 20px;
    font-size: 24px; /* Increased font size */
    display: flex;
    align-items: center;
  }
  .email i {
    margin-right: 8px;
  }
  .email a {
    color: white; 
    text-decoration: none;
  }

