@font-face {
    font-family: "1942";
    src: url("1942.ttf") format("truetype");
}

@font-face {
  font-family: "Pixellari";
  src: url("Pixellari.ttf") format("truetype");
}

body {
  margin: 0 auto;
  font-family: "1942";
  line-height: 1.5;
  padding: 2em 1em;
  background-color: #000000;
  background-repeat: repeat;
  text-align: justify;
}

h1 {
  color: #ffffff;
  text-shadow: 2px 2px 10px white;
  font-size: 20px;
  text-align: center;
}

#warning {
  background-color: black;
  padding: 1em;
  border: 1px solid #ffffff;
  overflow: auto;
  height: 170px;
  width: 290px;
  margin-top: 2em;
  color: #ffffff;
  font-family: "Pixellari";
  scrollbar-width: none;
}

#txt1 {
  position: absolute;
  color: #ffffff;
  text-shadow: 2px 2px 10px white;
  font-size: 30px;
  transform: translate(-100%, 20%);
}

.box {
  display: flex;
  justify-content: center;
}

#txt2 {
  position: absolute;
  color: #ffffff;
  text-shadow: 2px 2px 10px white;
  font-size: 30px;
  transform: translate(6%, 20%);
}

#button {
  text-align: center;
}

p {
  padding: 0px;
  margin: 0px;
}