#answers1 {
  display: none;
}
#answers2 {
  display: none;
}
#answers3 {
  display: none;
}

.railCipher {
  width: 75%;
}
.scytaleCipher {
  border-top: solid 2px black;
  border-bottom: solid 2px black;
  width: 40%;
  table-layout: fixed;
}
.underConstruction {
   background-color: LightGray;
   color: Darkred;
   font-weight: bold;
   font-size: 200%;
   text-align: center;
}
