@import url('https://fonts.googleapis.com/css?family=Oswald:400,700&display=swap&subset=cyrillic');

body {
    padding: 0;
    margin: 0;
    font-family: 'Oswald', sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    color: rgba(0,0,0,0.8);
    background: linear-gradient(to bottom right, rgba(255, 255, 255, .25), rgba(0, 0, 0, .125));
    background-color: rgb(164, 208, 255);
}

* {
    box-sizing: border-box;
}

.down-time {
    min-height: 100vh;
    padding: 50px 10px 0;
}

.down-time__inner {
    max-width: 850px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.down-time__title {
    font-size: 45px;
    font-weight: 700;
    margin-top: 20px;
    line-height: 1.2;
}

.down-time__text-content {
    font-size: 25px;
    font-weight: 300;
    line-height: 1.4;
}

.down-time__img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    margin-bottom: 20px;
}

@media (max-width: 576px) {
    .down-time__title {
        font-size: 32px;
    }
    .down-time__text-content {
        font-size: 20px;
    }
    .down-time__thnx {
        display: block;
    }
}
