body {
    background-color: #121212;
    color: #ffffff;
    font-family: Futura, "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    text-align: center;
    flex-direction: column;
}

h1 {
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 0.2em;
}

.subtitle {
    font-weight: normal;
    font-size: 0.4em;
    margin-bottom: 1em;
}

.message {
    font-size: 1.1em;
    margin-bottom: 1.5em;
}

.icon-link {
    margin: 0 20px;
    display: inline-block;
    transition: transform 0.3s ease;
}

.icon-link:hover {
    transform: scale(1.15);
}

.icon {
    height: 40px;
    width: auto;
}

.contact {
    margin-top: 2em;
    font-size: 0.95em;
}

.contact a {
    color: #ffffff;
    text-decoration: underline;
}

@media (max-width: 600px) {
    h1 {
        font-size: 1.5em;
    }
    .subtitle {
        font-size: 0.3em;
    }
    .message {
        font-size: 1em;
    }
}
