body {
    font-size: 1rem; 
    margin: 0;
    background-color: var(--light-cream);
    line-height: 1.5;
    font-family: "Krub", "Roboto", "Segoe UI", sans-serif;
    font-weight: normal;
    text-transform: none;
}

.site-content {
    width: 85%;
    margin: 0 auto;
}

main p {
    text-align: justify;
    font-size: 1.5rem;
}

main h1 {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    font-family: 'Koulen', Impact, Arial, sans-serif;
    font-size: 2.5rem;
    border-bottom: 2px solid var(--light-black);
}

main h2:not(.form-h2) {
    width: 100%;
    background-color: var(--light-light-blue);
    padding: 0.1rem 0 0.1rem 0.2rem;
    font-family: 'Khand', Arial , Tahoma, sans-serif;
    font-size: 1.8rem;
    font-weight: bolder;
    color: var(--light-cream);
}

main h3 {
    font-family: 'Khand', Arial , Tahoma, sans-serif;
    font-size: 2rem;
    padding-top: 1rem;
    color: var(--light-green);
    font-weight: bold;
}



a{
    text-decoration:  none;
}
a h2, a h3 {
    text-decoration: underline;
}
a:visited h2 {
    color: var(--light-cadet);
}
a:visited h3{
    color: var(--light-cadet);
}

article p { 
    text-align: center;
    font-size: 1rem;
}