body {
    font-family: Arial, sans-serif;
    text-align: center;
}

.cue {
    font-size: 40px;
    margin: 20px;
}

#touchControls {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(3, 70px);
    justify-content: center;
    margin: 20px auto;
}

.direction-button {
    font-size: 28px;
    height: 56px;
    width: 70px;
}

.spacer {
    visibility: hidden;
}
