.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%);
}

#rerollContainer {
  display: none;
  position: fixed;
  padding-top: 0;   
  left: 50%;
  top: calc(50% + 2em);
  transform: translate(-50%, -20%);
}

#rerollLine {
  padding-top: 1em;
}

#rerollLine img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

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