body {
    min-height: 100vh;
    height: auto;
    padding: 40px 24px;
    box-sizing: border-box;
}

main {
    text-align: center;
    animation: fadeInSlideDown 0.8s ease-out;
    max-width: 560px;
}

header {
    display: inline-block;
    margin-bottom: 48px;
}

.description {
    font-size: 20px;
    line-height: 1.7;
    color: #4a4a4a;
    margin-bottom: 40px;
}

.contact {
    margin-bottom: 40px;
}

.contact p {
    font-size: 18px;
    color: #4a4a4a;
    margin: 8px 0;
}

.contact a {
    color: #6982bb;
}

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

.coming-soon {
    font-size: 16px;
    color: #a0a0a0;
    font-style: italic;
}

@media (max-width: 600px) {
    h2 {
        margin: -11px 11px 0 0;
    }

    .description {
        font-size: 18px;
    }
}
