body {
    font-family: "Saira",sans-serif !important;
    margin: 0 !important;
    font-size: 85% !important;
}

.particles-js-canvas-el {
    position: fixed;
    z-index: -1;
}

.text-justify {
    justify-content: center !important;
    display: block;
}

*:not(i) {
    font-family: "Saira",sans-serif !important;
}
.typewriter {
    visibility: hidden;
    white-space: normal;   /* defaultné zalamovanie slov */
    position: relative;
}

@keyframes blink {
    0%, 50% { opacity: 1; }
    50.01%, 100% { opacity: 0; }
}