body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
}

#whatsupinner {
  margin-left: auto;
  margin-right: auto;
  background-color: #111;
  border-radius: 12px;
  overflow: hidden;
}

#reveal {
  font-family: Orbitron;
  font-size: 14px;
  color: #B8D174;
  position: absolute;
  top: 5%;
  left: 5%;
  width: 90%;
  text-align: center;
}

#revealImage {
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  width: 90%;
  height: 300px;
  overflow: hidden;
  position: relative;
}

#timer {
  font-family: Orbitron;
  font-size: 16px;
  color: #90891F;
  position: absolute;
  bottom: 10%;
  left: 10%;
  width: 90%;
  text-align: center;
  background-color: #111;
  padding: 4px;
  box-shadow: 0 0 20px 20px black;
}
