body{
    font-family: 'Manrope', sans-serif;
    background: #ffffff;
}

.coming {
    background: #ffffff;
    text-align: center;
}

.logo {
    width: 300px;
    max-width: 80%;
    margin-top: 150px;
}

.slogan {
    font-size: 30px;
    color: #000;
    margin-top: -5px;
}

.text {
    font-size: 20px;
    color: #585858;
    margin-top: 50px;
}

.btn {
    display: inline-block;
    background: #0071e3;
    color: #ffffff !important;
    padding: 10px 35px;
    border-radius: 50px;
    font-size: 16px;
    text-decoration: none;
    transition: background 0.2s ease;
}

.btn:hover {
    background: #0a84ff;
    text-decoration: none;
}

@media (max-width: 767px) {
    .slogan {
        font-size: 16px;
    }

    .text {
        font-size: 14px;
    }

    .logo {
        width: 150px;
    }
}