#lists-template-1 h2 {
    margin-left: 0;
}

a:hover {
    text-decoration: none;
}

/* Start copying from here & copy the entire file. Remove #lists-template-1 from all the selectors. The background color is #F7FAFC. */
#lists-template-1 .course-outline {
    padding-inline: 1.5rem;
}

#lists-template-1 .chapter:not(:last-child) {
    margin-bottom: 1rem;
}

#lists-template-1 .chapter-name {
    margin: 0 0 0.5rem 1.5rem;
    font-size: 1.5rem;
    font-weight: 600;   
}

#lists-template-1 .topic-outline {
    border: 2px solid #2b6cb0;
}

#lists-template-1 .topic:not(:last-child) {
    border-bottom: 1px solid #dedede;
}

#lists-template-1 .topic-name {
    display: block;
    padding: 1rem 1.5rem;
    color: rgba(0,0,0,0.75);
    font-weight: 600;
}