:root {
    --pico-font-family: "Zen Old Mincho", serif;
}

html {
    font-family: "Nunito Sans", sans-serif;
}

.image-full-height {
    height: calc(100vh - var(--pico-spacing) - var(--pico-spacing));
    object-fit: cover;
}

.flex {
    display: flex;
}

.flex-center {
    align-items: center;
}

.flex-justify {
    justify-content: center;
}

.text-center {
    text-align: center;
}

.dates {
    height: 100vh;
    background-image: url(https://b1.vpoxod.ru/ckeditor/ee/61/06/278832.jpg);
    background-size: cover;
    background-position: top;
    --pico-color: white;
    color: white
}

.dates {
    --pico-color: var(--pico-background-color);
}

.dates h1 {
    --pico-color: var(--pico-background-color);
}

.blur {
    /*backdrop-filter: blur(2px);*/
    background-color: rgba(255, 255, 255, 0.85)
}

ul li {
    margin-bottom: var(--pico-spacing);
}
