:root {
    --primary_colour: #323232;
    --secondary_colour: #323232;
    --tertiary_colour: #d3d3d3;
}

body {
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
}

/* Notice Bar Style */
.notice_bar {
    background-color: var(--tertiary_colour);
    font-weight: 800;
}
/* End Notice Bar Style */

/* Main Content Style */
.main-content {
    margin-top: 3rem;
    margin-bottom: 3rem;
}
/* End Main Content Style */

/* ACTUAL CUSTOM TESTING */

#footer h3 {
    color: #fff;
}
