.simple-page-section {
    background-color: var(--bgcolor);
    color: white;
    font-size: 1em;
}

h1 {
    font-size: 2em;
    font-weight: bold;
}

.simple-page-section h3 {
    font-size: 1.1em;
    margin-bottom: 1.5em;
    font-weight: 700;
}

.simple-page-section a {
    color: white;
    text-decoration: underline;
}

.simple-page-section a:hover,
.simple-page-section a:focus {
    text-decoration: none;
}

.block {
    margin: 2em 0;
}