
body {
  background-color: #eeeeee;
}

.splashComment {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16pt;
  color: #727272;
  text-align: center;
}

.errorMessage {
  color: rgb(255, 30, 30)
}
