html, body {
    height: 100%;
    margin: 0 !important;
}
body {
    display: flex;
    flex-direction: column;
}
main {
    flex: 1 0 auto;
}
.custom-footer {
    flex-shrink: 0;
}
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

/* Базовые стили текста */
h1, h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400; /* Regular для Book */
    font-size: 112px;
    line-height: 1;
    margin: 0;
    color: #333333;
}


