body, html {
    height: 100%;
    margin: 0;
    overflow: hidden;
    font-family: "Saira", sans-serif;
}

#background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000 ;
    text-align: center;
    z-index: 2; /* Uistite sa, že obsah je nad efektom Matrix */
    font-family: "Saira", sans-serif;
}

.logo {
    width: 240px;
}

p {
    font-size: 1.5rem;
}

a {
    color: #000;
    text-decoration: none;
}
