a {
    text-decoration: none;
}

.nowrap {
    white-space: nowrap
}

.cat-border-grey {
    border-color: #ddd;
}

.fullscreen {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    transition: transform 0.5s ease-in-out;
}

.fullscreen-button {
    cursor: pointer;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-grab {
    cursor: grab;
}

.border-grey {
    border-color: #ddd;
}