@font-face {
  font-family: 'digital-7regular';
  src: url('digital-7-webfont.woff2') format('woff2'),
       url('digital-7-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

body {
  margin: 0;
  padding: 0;
  /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
  max-width: 100%;
  background-color: black;
  /* font-size: 10em; */
}

.mona-text {
  font-family: 'Digital-7regular', sans-serif;
  color: green;
  text-align: center;
}

#countdown {
  /* empirical magic number */
  font-size: 36vw;
}

#messageSuccess {
  display: none;
  /* empirical magic number */
  font-size: 29vw;
}

#messageTimeout {
  display: none;
  /* empirical magic number */
  font-size: 24vw;
}

#passwordInput {
  margin-top: 20px;
  font-size: 0.2em;
  padding: 1%;
  /* border-radius: 1%; */
  border: 1px solid green;
  font-size: 7vw;
  overflow: clip;
  width: 96%;
  text-align: center;
  padding: 0 2%;
}

#explosion,
#firework {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  height: auto;
}
