.text-container {
    max-width: 60ch;
    margin-left: auto;
    margin-right: auto;
}

.text-container a:link.disabled,
.text-container a.disabled {
    cursor: not-allowed;
    pointer-events: none;
}

#cy {
    touch-action: none;
    -ms-touch-action: none;
}
