topmenu{
    font-family: 'Quicksand', sans-serif; 
    display: flex;
    height: 50px;
    width: 100%;
    z-index: 999;
    background: rgb(32, 29, 26);
    box-sizing: border-box;
    margin-bottom: 5px;
}

topmenu a{
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.right{
    height: inherit;
    display: flex;
    position: absolute;
    right: 0;
}

.tlacitko{
    height: inherit;
    min-width: 10vw;
    border-left: 1px solid rgb(38,34,31);
    color: rgb(90, 138, 45);
    padding-left: 1vw;
    padding-right: 1vw;
}

.tlacitko:hover{
    background: rgba(17, 16, 15, .8);
    transition: 0.5s ease-out;
}
