@import url("https://maritimeocean41.github.io/fonts/main.css");
* {
  font-family: "Poppins", sans-serif;
}

.container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 500px;
  height: 500px;
  transform: translate(-50%, -50%);
}
.container .nor {
  font-size: 2.5em;
  font-weight: 600;
}
.container .answer {
  width: 435px;
  height: 35px;
  font-size: 1.5em;
  font-weight: 500;
  border: 1px #ccc solid;
  border-radius: 5px;
  outline: none;
}
.container .submit {
  position: relative;
  top: -3px;
  width: 50px;
  height: 40px;
  border: 1px #ccc solid;
  border-radius: 5px;
  outline: none;
  font-family: "Morse";
  font-size: 0.5em;
  color: #ccc;
  text-align: center;
}
.container .gab {
  position: relative;
  display: none;
  left: 0;
  bottom: 0;
  width: 200px;
  height: 450px;
  font-size: 0.9em;
  font-weight: 500;
}/*# sourceMappingURL=style.css.map */