body {
    max-width: 392px;
    font-family: 'Source Sans Pro', sans-serif;
    height: 100vh;
    display: flex;
    margin: 0 auto;
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    @media (max-width: 768px) {
        padding: 0 20px;
    }
}

.message {
    margin-top: 57px;
    margin-bottom: 30px;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    color: #082043;
}

.backSoon {
    max-width: 269px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #0F0F0F;
}