.container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100vh;
    background-color: #0D1A56;
    color: #FFFFFF;
}

.cloud-logo {
    width: 150px;
    height: 139px;
    background-image: url('/img/logo.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

.title {
    font-family: 'Oswald', sans-serif;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 10px;
}

.subtitle {
    font-family: 'Oswald', sans-serif;
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 80px;
}

.message {
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 70px;
    max-width: 800px;
}

.promo {
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    font-weight: 300;
}

.promo span {
    font-weight: 600;
}