
/* Other */

.ODBox {
  position: relative;
  height: 400px;
  overflow-x: auto;
  overflow-y: hidden;
  background-color: rgb(64, 0, 64);
}

.ODBSign {
  position: absolute;
  height: 400px;
  line-height: 400px;
  font-size: 2em;
  padding-left: 1em;
  padding-right: 1em;
  z-index: 1;
}

.pass {
  text-align: center;
  margin: 1em;
  font-family: Consolas;
}