* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, Helvetica, sans-serif,
                 "Apple Color Emoji",
                 "Segoe UI Emoji",
                 "Noto Color Emoji";
}

.wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 40px 20px;
}

.logo {
    margin-bottom: 25px;
}

.logo-img {
    max-width: 220px;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.description {
    max-width: 600px;
    font-size: 15px;
    margin-bottom: 40px;
}

.coming {
    font-size: 22px;
    color: #9aaab1;
    margin-bottom: 40px;
    font-weight: 600;
}

.contacts {
    font-size: 14px;
    line-height: 1.6;
}

.contact {
    margin-bottom: 30px;
}

.contact strong {
    display: block;
    font-size: 16px;
    color: #000;
    margin-bottom: 8px;
}

a {
    color: #7a8a92;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
