body {
    margin: 0;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    color: white;
    font-family: Arial, sans-serif;
}

.container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    max-height: 100%;
}

.container img {
    width: 80%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.contact-info {
    text-align: center;
    margin-top: 20px;
}

.contact-info div {
    margin: 10px 0;
    font-size: 1.2em;
}

.contact-info a {
    color: white;
    text-decoration: none;
}

.contact-info a:hover {
    text-decoration: underline;
}
