h1 {
    color: white;
    margin-left: 10%;
}

p {
    color: white;
    margin-left: 10%;
    margin-right: 10%;
    font-size: x-large;
    border: 1px black;
    border-radius: 1em;
}

#content ul {
    color: white;
    margin-left: 15%;
    list-style-type: disc;
    font-size: x-large;
}

#content li {
    margin-bottom: .5em;
}

#content {
    margin-left: auto;
    margin-right: auto;
    background: gray;
    width: 60%;
    padding: 2em;
    border: 1px black;
    border-radius: 1em;
}

