body {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #f4f4f4;
    font-family: 'Arial', sans-serif;
}

.container {
    text-align: center;
}

.logo-container {
    margin-bottom: 20px;
}

.logo {
    width: 200px;
    height: auto;
}

.email-container {
    font-size: 1.2em;
}

.email {
    text-decoration: none;
    color: #333;
    font-weight: bold;
}

.email:hover {
    color: #007BFF;
}
