@font-face {
    font-family: 'Nexa';
    src: url('nexa-ad08209c8e3480488bd22372712d0a01.otf') format('opentype');
}

body {
    background-color: black;
    color: white;
    font-family: 'Nexa', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    margin: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container {
    text-align: center;
}

.logo {
    max-width: 300px;
    margin-bottom: 2rem;
}

.contact-text {
    font-size: 1.2rem;
}

a {
    color: white;
    text-decoration: underline;
}