body {
    font-family: 'Mulish', sans-serif;
    font-weight: 300;
    background-image: url('/img/photo-1455894127589-22f75500213a.jfif'); /* Путь к фоновому изображению */
    background-size: 100% 100%;
    background-attachment: fixed; /* Фиксируем фон веб-страницы */
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Merriweather', serif;
}

.text-start {
    font-size: 24px;
}
