/* research.css */

/* General Styles for Research Page */
body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    background-color: #f9f9f9;
    margin: 0;
    padding: 0;
}

/* Research Section */
.research {
    padding: 20px;
    margin: 20px auto;
    max-width: 1200px;
}

.research h2 {
    color: #003366; /* Dark blue */
}

/* Footer Styles */
footer {
    background-color: #003366; /* Dark blue footer */
    color: #ffffff;
    text-align: center;
    padding: 15px 0;
}