/* Modify this file to add your own custom styles */
section>details {
    width: 55%
}

section>details>summary {
    font-size: 1.5em;
    font-weight: bold;
    cursor: pointer;
    padding: 10px;
}