body {
    background-color: #F6F8FC;
}
.notes-container {
    font-size: 12pt;
    background-color: #fff;
    padding: 20px 30px;
    border-radius: 5px;
}
details {
    margin: 0 0 15px 0;
}
h2, .h2 {
    font-size: 14pt;
}
h3, .h3 {
    font-size: 12pt;
    padding: 10px 0 0 10px;
    font-weight: bold;
}
summary h2 {
    color:#5284eb;
}

.notes-title{
    margin:30px 0 20px; 
    font-size:2em;
}