h2 {
    margin-bottom: 2.5px;
}
h3 {
    margin-bottom: 2.5px;
}
a {
    font-size: 1em;
}
p {
    margin-top: 2.5px;
    margin-bottom: 1px;
    font-size: 125%;
}

/* Text Box */
.collapse {
    background-color: #abcdef;
    color: #264a6e;
    border: none;
    outline: none;
    font-size: 110%;
    min-width: 250px;
}

.active,
.collapse:hover {
    background-color:  #264a6e;
    color: #abcdef;
}

.text {
    word-break: keep-all;
    background-color: #abcdef;
    display: none;
    font-size: 110%;
    width: 90%;
    margin-left: 10px;
    min-width: 150px;
    max-height: 125px;
    overflow-y: scroll;
}
