.digitLocation {
    display: block;
    transform:
    
    rotate(var(--direction)) 
    translateX(calc(15px * var(--eccentricity)))
    rotate(calc(-1 * var(--direction)));
    font-size: 32px;
    color: black;
}

#mainDisplay {
    background-image: url("/attachment/camorsvpbackground.png");
    width: 800px;
    height: 600px;
}

#digitFormContainer {
    width: 800px;
    height: 600px;
}

#instructions {
    width: 800px;
    height: 600px;
}

.centerContainer {
    display: flex;
    align-items: center;
    justify-content: center;
}