body {
  background-color: black;
  color: white;
  font-family: 'Roboto Mono';
}

input, textarea {
  background-color: black;
  color: white;
}

.modal--opened {
  position: fixed;
  left: 0;
  right: 0;
}

.speaker-selection-panel div {
  border: 4px black solid;
}

.speaker-selection-panel span {
  width: 128px;
  font-size: 1.2rem;
  line-height: 1;
}

.speaker-selection-panel img {
  margin-top: 0.5rem;
  width: 128px;
}

.speaker-selection-panel .selected {
  border: 4px rgb(1,255,3) solid;
}
