@font-face {
    font-family: burger;
    src: url(hemi.ttf);
}

body {
    width: 100vw;
    height: 100vh;
    font-family: burger;
    margin: 0px;
    padding: 0px;
    background-color: rgba(64, 224, 208, 0.609);
   display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
/* .okvir {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 5vh;
   
   
} */


.logo {
    width: 40vw;
    height: auto;
}

h1 {
    font-size: 2vw;
 
    opacity: 0.7;
}
h2 {
    text-align: center;
     font-size: 1.5vw;
     margin-bottom: 10vw;
}
