* {
    box-sizing: border-box;
}

html {
    position: relative;
    width: 100%;
    min-width: 360px;
    min-height: 100%;
    font-family: 'Monda', sans-serif;
    background: rgba(0,0,170,1);
}

body {
    position: absolute;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 100%;
}

.server-screens {
    margin: auto;
    padding: 90px 20px;
    width: 480px;
    max-width: 100%;
    text-align: center;
    color: rgba(255,255,255,1);
}

.server-screens::before {
    content: "";
    display: block;
    margin: 0 auto 45px auto;
    width: 135px;
    height: 135px;
    background-color: rgba(255,255,255,1);
    mask-image: url('../images/svg/alert.svg');
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: cover;
    -webkit-mask-image: url('../images/svg/alert.svg');
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
}

.server-screens__warning {
    margin: 0 0 10px 0;
    font-size: 2.3em;
}

.server-screens__description {
    margin: 0;
    font-size: 1.32em;
}

.server-screens-footer {
    margin-top: 80px;
}

.server-screens-footer::before {
    content: "";
    display: block;
    margin: 0 auto 60px auto;
    width: 60px;
    height: 2px;
    background: rgba(255,255,255,1);
}

.server-screens-footer__description {
    margin: 0;
    font-size: 1.13em;
}

.development {
    margin: 90px 0 0 0;
}

.development__link {
    display: block;
    margin: 0 auto;
    width: 77px;
    height: 20px;
    font-size: 0;
}

.development__link::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,1);
    mask-image: url('../images/svg/ciebit.svg');
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: cover;
    -webkit-mask-image: url('../images/svg/ciebit.svg');
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
}
