body {
  background-color: purple;
}

.header-image {
  text-align: center;
}

.header-title {
  text-align: center;
}
p {
  font-family: courier;
  color: white;
  text-align: center;
}
.scrolltext {
  text-align: center;
  overflow-y: scroll;
  height: 290px;
  width: 500px;
  background-color: #8c6cbf;
}