body {
  width: 100%;
  background-color: #5a5555cc;
  margin: 0 auto;
}
#user_prompt {
  padding-left: 2em;
  padding-right: 2em;
  color: #ffffff;
}
#wallpaper-box {
  background-image: url("../images/JAWS-PANKRATION-2024-LOGO.png");
  width: 1280px;
  height: 720px;
  background-position: bottom;
  background-repeat: no-repeat;
  border: 1px solid;
  border-color: #ffffff;
  position: relative;
}
#name-field {
  position: absolute;
  bottom: 0;
  margin: 0 0 0 15px;
  padding: 0px 0px 20px 15px;
  border-left: 3px solid #fb00ffcc;
}
#target01,
#target02,
#target03,
#target04 {
  color: #fb00ffcc;
  font-size: 30px;
  font-weight: bold;
  display: none;
  line-height: 100%;
}
