body {
    margin: 0;
    padding: 0;
    background-color: #fff;
    color: #8B0000;

    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.container {
    text-align: center;
}

.logo {
    width: 500px; /* Adjust the size of your logo */
}

.email {
    margin-top: 20px;
    font-size: 18px;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-weight: 600;
}
