body {
    background-color: lightblue;
}
h1 {
    text-align: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 30px;
}
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: 20px 70px 70px 70px;
        background-color: white;
        outline: 10px;
        outline-width: 10px;
        outline-style: groove;
    }

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