@import url('https://fonts.googleapis.com/css2?family=VT323&display=swap');

body {
  background-color: black;
  background-size: cover;
  font-family: Verdana;
}

.title {
  font-family: 'VT323', monospace;
  color: #FFC300;
  font-size: 50px;  
}

.pretext {
  position: absolute;
  left: 10%;
  width: 550px;
  font-family: 'VT323', monospace;
  font-size: 18px;
  color: white;
  border: white;
  border-style: groove;
  padding-left: 15px;
  padding-right: 10px;
}

.content {
  position: absolute;
  left: 42%;
  width: 550px;
  font-family: 'VT323', monospace;
  font-size: 18px;
  color: white;
  border: white;
  border-style: groove;
  padding-left: 15px;
  padding-right: 10px;
}