#table-of-content {
background-color: #f3f2f2;
padding: 1rem;
margin: 1rem 0;
border-radius: 3px;
}
#table-of-content .h3 {
color: #000;
font-size: 19px;
font-weight: 600;
font-style: normal;
text-transform: none;
text-decoration: none;
text-align: left;
margin-bottom: 1rem;
line-height: 1.2;
letter-spacing: 0.2px;
}
#table-of-content ul {
margin: 0;
}
:root {
--primary-color: #3acb43;
}