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

h1, h2, h3, p {
  text-align: center;
  font-family: "Courier New", Courier, monospace;
  }
  
.Welcome {
  display:flex;
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 20px;
  line-break: strict;
 
  width: 80%;
  background-color: floralwhite;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  max-width: 500px;
  border-width: 25px;
  border-style: ridge;
  border-color: #86A47D;
}

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

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