* {
    font-family: 'Mali', cursive;
    color: white;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

html {
    font-family: sans-serif;
}

body {
    background-image: url(../grafika/x.gif);
    background-color: #131313;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    margin: 0 auto;
    height: 100%;
}

nav {
    height: 12%;
    background-color: transparent;
    text-align: center;
}

.kategoria {
    font-size: 1vw;
    border-bottom: 0.3vw solid #fff;
    text-align: center;
    line-height: 2vw;
    width: 20%;
    float: right;
    box-sizing: border-box;
    transition: transform 0.3s ease 0s;
}

.kategoria:hover {
    transform: translateY(12%);
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    backdrop-filter: blur(2px);
}

#f1 {
    float: left;
    box-sizing: border-box;
    font-size: 1vw;
    height: 100%;
    line-height: 4vw;
    margin-left: 15px;
}

#f2 {
    float: right;
    box-sizing: border-box;
    font-size: 1vw;
    height: 100%;
    line-height: 4vw;
    margin-right: 15px;
}