body {
  background-size: 1600px;
  background-color: black;
  color: #acacac;
  position: relative;
  display: block;
  width: 930px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Courier New";
  font-size: 20px;
  text-align: left;
}

p {
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
}

hr {
  width: 500px;
  border-color: #d3441d;
}

img {
  border: 2px solid black;
  margin-left: auto;
  margin-right: auto;
  height: 500px;
}

.text1 {
  margin: 10px;
}

.img5 {
  margin-left: 40px;
  width: 920px;
}

.textbox {
  overflow: scroll;
  position: absolute;

  margin-left: 100px;
  margin-top: 100px;
  width: 515px;
  height: 300px;
  text-align: left;
}

.d {
  color: #5c597f;
}
.a {
  color: #2d87bb;
}
