@import"https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap";.main{font-family:Nunito;position:relative;overflow:hidden;min-height:100vh}.main:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;opacity:.5;background-image:url(/ucebnice_background.jpg);background-size:cover;background-repeat:no-repeat;background-position:50%;background-attachment:fixed}.box{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;width:auto;padding:12px;display:flex;flex-direction:row;align-items:center;justify-content:start;border-radius:50px;background:linear-gradient(90deg,#363636,#656565);box-shadow:0 0 10px hsla(0,0%,100%,.502)}.box__icon{margin-right:8px;filter:drop-shadow(2px 1px 2px rgba(0,0,0,.4))}.box__title{font-weight:500}