body {
  background-color: dimgray;
}
h1 {
  text-align: center;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-size: 20px;
}
p {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen,
    Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 15px;
  color: black;
}
ul {
  list-style-type: lower-roman;
}
.centerStuff {
  text-align: center;
}
.centerStuff ul {
  display: inline-table;
}
.centerStuff li {
  display: inline;
}

.divStyle {
  margin: 25px 75px 75px 75px;
  background-color: gainsboro;
  outline: 10px;
  outline-width: 10px;
  outline-style: groove;
}

.answerDiv {
  border: 3px solid black;
  margin: 25px 75px 75px 75px;
  padding: 25px 75px 75px 75px;
  border-radius: 5px;
  background-color: gainsboro;
  height: 175px;
  width: 75%;
  outline: 10px;
  outline-width: 10px;
  outline-style: groove;
}
.justifyH1 {
  text-align: justify;
  text-justify: inter-character;
}
