/*the background*/
body {
  margin: auto;
  background-color: White;
  color: DimGray;
  text-align: left;
  font-size: x-large;
  line-height: 150%;
}

/*the title*/
h2 {
  color: darkgray;
  text-align: center;
  margin: 20px auto;
}

/*text box*/
#output {
  width: 65%;
  margin: auto;
}

#reload {
  width: 75%;
  margin: 30px auto;
}

#about {
  width: 65%;
  font-size: x-small;
  margin: auto;
  text-align: justify;
  line-height: 100%;
}

button-container-div {
		text-align: center;
}

button {
  background-color: dimgray; /* Green */
  border-radius: 10px;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
}

button:active {
  background-color: black;
  color: white;
}
