.centered {
  position: fixed;
  text-align: center;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  height: 200px;
}

#textContainer {
  display: none;
  position: fixed;
  padding: 2em;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -60%);
}

.larger-font {
  font-size: 25px;
}
