.shirt_present {
  border: 1px solid transparent;
}

.shirt_incorrect {
  border: 1px solid #E21C21;
}

.shirt_correct {
  border: 1px solid #21E21C;
}

.textOverlay {
    position: absolute;
    top: 2px;
    left: 5px;
    font-family: 'Nunito', arial, sans-serif;
    font-size: 13pt;
    font-weight: 700;
    text-align: center;
    z-index: 1;
}
