

.main {
    position: fixed;
    width: 100%;
    height: 100%;
    background: url('../images/background.jpg') center/cover no-repeat;   
}


.main_block {
    position: fixed;
    width: 330px;
    height: 278px;
    left: calc(50% - 330px/2);
    top: calc(50% - 278px/2);
    background: rgba(255, 253, 253, 0.78);
    border-radius: 16px;
    /* padding: 32px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;   
}

.logo {
    margin-top: 10px;
}

.main_text {    
    font-family: 'TeX Gyre Adventor';
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
}

.main_text div {
    margin-top: 30px;
}

.main_contacts a {
    text-decoration: none;
    color: black;
}