.content {
    color: #333;
    padding-left:1rem;
    padding-right:1rem;
}

.content h2 {
    font-size: 200%;
    font-weight: bold;
    color: #333;
    padding-bottom: 1rem;
}

.content h3 {
    font-size: 160%;
    font-weight: bold;
    color: #333;
    padding-bottom: 1rem;
}

.content p {
    padding-bottom: 2rem;
}

.content ul {
    list-style-type: disc;
    margin-left: 2rem;
    margin-bottom: 1rem;
}

.content ol {
    list-style-type: decimal;
    margin-left: 2rem;
    margin-bottom: 1rem;
}

.content ul > ol {
    margin-bottom: 1rem;
}

.content ul li {
    padding-bottom: 0.5rem;
}

.content a {
    text-decoration: underline;
}