@font-face {
font-family: 'Magistral';
src: url('fonts/magistral-book.ttf') format('truetype');
font-weight: 200;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: 'Denistina';
src: url('fonts/Denistina.ttf') format('truetype');
font-weight: normal;
font-style: normal;
font-display: swap;
}

/* Общие стили */
body {
    background-image: url('eng.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
    background-color: #1f254a;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin: 0;
}

.column {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
}

.column-left {
    background-color: transparent;
    width: 40%;
}

.column-right {
    background-color: transparent;
    width: 60%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    align-content: flex-end;
    flex-direction: column;
}

/* Стили текста */
.title_1,
.middle_1 {
    font-family: "Magistral", sans-serif;
    font-weight: 200;
    font-size: 32pt;
    display: block;
}

.middle_1 {
    text-align: center;
}

.middle_2 {
    font-size: 80pt;
    font-weight: 200;
    line-height: 0.8;
}

.middle_3 {
    font-family: 'Denistina', cursive;
    font-size: 42pt;
}

.bottom_1 {
    font-family: 'Denistina', cursive;
    font-weight: 200;
    font-size: 32pt;
    display: block;
}
