.site-content {
max-width: 1000px;
margin: 40px auto;
padding: 0 20px;
}
.entry-content h2 {
padding-top: 10px;
padding-bottom: 5px
}
.entry-content h3 {
font-family: "Merriweather";
font-size: 25px;
font-weight: 700;
color: #63c4ba;
text-shadow: 0 2px 4px rgba(12, 108, 116, .3);
margin-bottom: 20px
}
.entry-content ul {
display: flex;
flex-direction: column;
gap: 10px
}
.entry-content ul li {
font-family: var(--font-body);
font-size: 18px;
color: #2f3333;
line-height: 1.6;
}
.entry-content ul li ul {
margin-top: 10px;
}
.entry-content ul+h3 {
margin-top: 30px
}
.entry-content p+h3 {
margin-top: 10px
}