@import url('https://fonts.googleapis.com/css?family=VT323&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Courier+Prime&display=swap');
body {
  background-color: #ffffff;
  margin: 0px;
  padding: 0px;
  font-family: "Courier Prime", monospace;
}

header {
  display: block;
  width: 100%;
  text-align: center;
  margin: 4rem auto 4rem auto;
}

h1 {
  font-size: 28px;
  font-weight: 500;
  color: #000;
}
p {
  font-size: 28px;
  font-weight: 500;
  color: #000;
}

p.hidden {
  font-size: 28px;
  font-weight: 500;
  color: #fff;
}

.div1 {
  height: 100%;
  width: 100%;
  display: table;
  position: absolute;
  top: 0;
  left: 0;
}

.div2 {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  font-family: VT323;
  font-size: 25px;
  color: #656262;
}

.box {
  text-align: center;
  font-size: 20px;
  font-family: VT323;
  outline: none;
  width: 250px;
  height: 35px;
  border: none;
  border-bottom: 2px solid #656262;
}

.confirm {
  border: none;
  font-size: 20px;
  font-family: VT323;
  margin-top: 10px;
  color: #656262;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

.photo img {
  width: 60%;
  max-width: 400px;
  height: auto;
  overflow: hidden;
}