html{
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
    background-size: cover;
    background-image: url("images/back.png");
}

body{
    width: 100vw;
    height: 100vh;
    display: table-cell;
    vertical-align: middle;
}

a{
    text-decoration: none;
}

.title{
    color: #FFF;
    text-align: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 24.114px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
}

.subtitle{
    margin: 0;
    color: #FFF;
    text-align: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 13.564px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 10px;
}

.icons{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
}

#tgimg{
    width: 21px;
}

#tg{
    width: 24.39px;
    height: 24.39px;
}

#email{
    width: 27px;
    height: 27px;
}

#vk{
    width: 32px;
    height: 32px;
}

#whatsapp{
    width: 24px;
    height: 24px;
}
#whatsapp:before{
    background: url(/local/php_interface/include/images/whatsapp.svg) no-repeat center center;
}
a{
    display: flex;
    align-items: center;
    justify-content: center;
}
