body {
    font-family: sans-serif;
    font-size: 14px;
}
h2 {
    font-size: 1.8rem; font-weight: 700; line-height: 1.4em;
}

h3 {
    font-size: 1.1rem; line-height: 1.4em; font-weight: 600;
}

ul {
    list-style-type: circle; padding-inline-start: 40px;
}

ul li {
    margin-bottom: .7em; font-size: 1.2rem; line-height: 1.4em;
}

p {
    font-size: 1.2rem; line-height: 1.4em;
}

.content {
    margin: auto;
    width: 80%;
}