body {
  background-image: url("https://tankboi.neocities.org/WaterfallBackground.png");
}

h1, h2, h3, p {
  text-align: center;
  font-family: "Lucida Console", "Courier New", monospace;
  }

.List {
  display:flex;
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 20px;
  line-break: strict;
 
  width: 80%;
  background-color: #d1def0;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  max-width: 500px;
  border-width: 25px;
  border-style: ridge;
  border-color: #132842;
}