body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    background-color: #333333;
    font-family: Arial, sans-serif;
}
.container {
    text-align: center;
}
.logo {
    width: 30vw;
    height: auto;
    margin-bottom: 20px;
}
.contact-email {
    font-size: 20px;
}
.contact-email a {
    color: #fff;
    text-decoration: none;
}
.contact-email a:hover {
    text-decoration: underline;
}

