/* About page stuff */
.disclaimer-text {
    font-size: 0.7em; 
}

.custom-h3 {
    font-size: 0.83em; /* This is the typical font-size for h5 */
    margin-bottom: 0.5em;  /* Adjust this value as needed */
    margin-top: 0em;
}

.custom-h3 + p {  /* This targets a <p> element immediately following an <h5> */
    margin-top: 0.5em;    /* Adjust this value as needed */
}

#content-container {
    box-sizing: border-box;
    margin-left: var(--offset-distance);
    margin-right: var(--offset-distance);
    margin-bottom: var(--offset-distance);
    max-width: calc(100% - 2 * var(--offset-distance)); /*560px;*/
    width: calc(100% - 2 * var(--offset-distance));
    margin-bottom: 700px;
}
