.h100 {
    height: 100vh;
}

.fixed {
    position: fixed;
}

.tag {
    padding: 2px 10px;
    border-radius: 2px;
}

.tabs::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

