/*mission styles*/
#content {
    background-color: aliceblue;
    font-family: 'Times New Roman', Times, serif;
    font-size: 0.8em;
    color: black;
    margin: 20px auto;
    padding: 80px;

}

h1 {
    font-size: 3em;
    text-align: center;
    font-weight: bold;
}

h2 {
    color: rgb(16, 216, 216);
    font-size: 1.3em;
    text-align: center;
    font-weight:50 ;
}

hr {
    width: 100%;
    height: 0;
}

#text {
    margin-top: 4vh;
}

h3 {
    font-style: italic;
    font-size: 1em;
}

#list {
    margin: 10px auto;
}

li {
    margin: 1em;
}

#image {
    margin: 5vh;
    justify-self: center;
    width: 30vw;
    display: block;
}