body {
  text-align: center;
  background: white;
}

#ticker, .rotator {
  display: inline-block;
  width: 1000px;
  background-image: url(fullCryptex.png);
  background-size: 1000px 514px;
  background-repeat: no-repeat;
  background-position: 0 20px;
  height: 514px;
  padding-left: 0px;
}

.rotator {
  width: 86px;
  height: 308px;
  font-family: sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 41px;
  background-image: url(flip.png), url(flip.png), url(flip.png);
  background-position: 0px 0%, 50% 33%, 100% 190%;
  background-size: 300% 63%;
  background-repeat: no-repeat;
  margin: 106px 2px 19px;
  padding-top: 36px;
  overflow: hidden;

}

/*

  width: 55px;
  height: 160px;
  font-family: "Times New Roman";
  font-size: 50px;
  line-height: 80px;
  background-image:
  url(http://ataredo.com/external/image/flip.png),
  url(http://ataredo.com/external/image/flip.png),
  url(http://ataredo.com/external/image/flip.png);
  background-position: 0 0, 50% 50%, 100% 150%;
  background-size: 300% 50%;
  background-repeat: no-repeat;
  margin: 50px 0 20px;
  overflow: hidden;
  opacity: 0;
  */

.quota {
  height: 50%;
    cursor: default;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    border-top: 1px #2e2e29 solid;
}

#result {
display:none;
  height: 35px;
  font-size: 20px;
  color: white;
  line-height: 35px;
  letter-spacing: 3px;
  -webkit-box-shadow: 0 0 3px black;
  box-shadow: 0 0 3px black;
}

#headerImg {
  width: 200px;
  height: 200px;
}

#headerText{
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-bottom: -64px;
  padding-top: 0px;
  font-size: 2em;
  font-family: cursive;
  font-weight: 600;
}


#enterID{
  padding-bottom:200px;
}


/* CSS */
.button-46 {
  align-items: center;
  background-color: rgb(242 242 242);
  border: 1px solid #251f19;
  border-radius: 12px;
  box-sizing: border-box;
  color: #000000;
  cursor: pointer;
  display: flex;
  font-family: cursive;
  font-size: 18px;
  justify-content: center;
  line-height: 28px;
  max-width: 100%;
  padding: 14px 22px;
  text-decoration: none;
  transition: all .2s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  /* width: 100%; */
  margin: 0 auto;
  font-weight: 600;
}

.button-46:active,
.button-46:hover {
  outline: 0;
}

.button-46:hover {
  background-color: rgb(194, 194, 194);
  border-color: rgba(0, 0, 0, 0.19);
}

@media (min-width: 768px) {
  .button-46 {
    font-size: 20px;
    min-width: 169px;
    padding: 8px 8px;
  }
}



#formID{
  padding-bottom:200px;
}