@font-face {
    font-family: general;
    src: url(fonts/ModernGothic-Regular475.woff2) format("woff2");
}
@font-face {
    font-family: game-font;
    src: url(fonts/ModernGothic-Medium.woff2) format("woff2");
}
p {
    margin: 0;
    padding: 0;
}
body,
html {
    font-family: general;
    background: black;
    color: white;
    padding: 0;
    margin: 0;
    height: 100%;
    font-size: 15px;
}
.container {
    witdh: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.glava {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 4px 1px 4px 1px;
}
.main {
    height: 100%;
    display: flex;
    position: relative;
}
#kaca {
    position: absolute;
    top: 0;
    left: 0;
}
