body {
    background-image: url('wave.svg');
    background-size: cover;
    /* Vyplní celý prostor, zachová poměr stran */
    background-repeat: no-repeat;
    /* Nebude se opakovat */
    background-position: center;
    /* Zarovná na střed */
    background-attachment: fixed;
    /* (volitelné) Pozadí zůstane při scrollování */
}


.nunito-font {
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.move-up-vh-5 {
    margin-top: -5vh;
}

.move-up-vh-10 {
    margin-top: -10vh;
}