html {
    scroll-behavior: smooth; /* Медленная прокрутка при переходе по ссылкам */
}

body {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;

    min-height: 100vh; /* Занять 100% экрана */
    font-family: 'EB Garamond', Arial, Helvetica, sans-serif;
}

h1 {
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 24px;
    text-align: center;
}

h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}

h3 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 16px;
    text-align: center;
}

h4 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 14px;
}

h5 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 12px;
}

h6 {
    font-size: 22px;
    font-weight: 600; /* semi bold */
    margin-bottom: 10px;
}

a, p {
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 10px;
    color: #333;
}

img {
    display: block;
}
