html,
body {
    user-select: none;
}

button {
    background: #121212;
    border: 1px solid #555;
    padding: 10px;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    margin: 5px;
}

button:hover {
    background: #272727;
}

button:active {
    background: #696969;
}

.pusher {
    cursor: grab;
}

.pusher:active {
    cursor: grabbing;
}

@font-face {
    font-family: 'Segments';
    /* This is the name you want to give the font */
    src: url('/fonts/segments.ttf') format('truetype');
    /* Specify the path to your TTF file */
    font-weight: normal;
    font-style: normal;
}

.segments {
    font-family: 'Segments';
}