@font-face {
    font-family: "geist";
    src: url("../fonts/GeistVF.woff2") format("woff2");
    font-weight: 100 900;
    font-style: normal;
}

body, html {
    height: 100%;
    margin: 0;
    font-family: "geist", Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    color: #fff;
    text-align: center;
}

.container {
    max-width: 50%;
    box-sizing: border-box;
}

.container img {
    width: 100%;
    height: auto;
    display: block;
    user-select: none;
    -webkit-user-drag: none;
    pointer-events: none;
}

.email {
    margin-top: 20px;
    font-size: 1.5em;
    color: #fff;
}

.email a {
    color: #fff;
    text-decoration: none;
    letter-spacing: 0.03em;
}

@media (max-width: 1024px) {
    .container {
        max-width: 75%;
    }
}

@media (max-width: 768px) {
    .email {
        font-size: 1em;
    }
}
