.horizontal {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.fullscreen {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.noselect {
    pointer-events: none;
    user-select: none;
}

.bottom {
    z-index: -10;
}

.hidden {
    display: none;
}

.center {
    text-align: center;
}