a {
    color: coral;
    text-decoration: none;
}

h1, h3 {
    font-family: Helvetica, sans-serif;
    color: coral;
    text-decoration: none;
}

.maintext {
    margin: 2em;
    font-family: Helvetica, sans-serif;
}

li {
    margin-bottom: 0.75em;
}

.content {
    display: none; 
    list-style-type: none;
    margin-top: 0.5em;
}

.toggle {
    cursor: pointer;
    color: coral;
    text-decoration: none;
}

