﻿/*********** Table of Contents ***********
    1.0: Announcement Form

*****************************************/
.announce-form {
    color: var(--header-color);
}
    
.announce-form > div {
    margin-top: 16px;
    margin-bottom: 32px;
}

    .announce-form h2, .announce-form h4 {
        color: var(--header-color);
        margin-top: 0;
    }

