﻿/* Adjust the body styles */
body {
    padding-top: 50px; /* Only needed if navbar is fixed */
    padding-bottom: 20px;
    background-color: white; /* Change to white */
    color: black; /* Ensure text is readable on white background */
}

/* Adjust link colors */
a:link {
    color: blue; /* Default link color */
}

a:visited {
    color: black; /* Visited link color */
}

a:active {
    color: blue; /* Active link color */
}



