.digitLocation {
    position: absolute;
    display: block;
    transform:
    rotate(calc(1deg * var(--direction))) 
    translateX(calc(1px * var(--eccentricity)))
    rotate(calc(-1deg * var(--direction)));
    font-size: 32px;
    color: black;
}

#centerRoot {
    align-items: center;
    justify-content: center;
}

#mainDisplay {
    background-image: url("/attachment/camorsvpbackground.png");
    width: 800px;
    height: 600px;
}

#digitFormContainer {
    width: 800px;
    height: 600px;
}

#instructions {
    display: block;
}

#postPracInstructions {
    display: block;
}


#characterCallout {
    font-size: 32px;
    color:black;
}

#screenerGroup {
    width: 1000px;
}

.centerContainer {
    display: flex;
    align-items: center;
    justify-content: center;
}

.instructionContent {
    display: block;
    width: 1000px;
    height: 500px;
}
.instructionGroup {
    align-items: center;
    justify-content: center;
}

.instructionFig {
    display: flex;
    justify-content: center;
}

.image_picker_image {
    height: auto;
    width: 30%;
}