﻿:root {
    --background: #f2f2f2;
    --primary: #003061;
    --primary-offset: #003061;
    --secondary: #ffd500;
}

.nav-bar {
    background-color: #ffd500;
}

.nav-button {
    color: #003061;
}