/* styles.css */
body {
    font-family: Arial, sans-serif;
    background-color: #f9f9f9;
}

header {
    background-color: #ff6600; /* Orange color */
    color: white;
    padding: 10px 0;
    text-align: center;
}

.navbar-nav .nav-link {
    color: white !important;
}

.section-title {
    color: #ff6600;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.footer {
    background-color: #333;
    color: white;
    text-align: center;
    padding: 10px 0;
}

.badge-orange {
    background-color: #FF4F00; /* NASA/International Orange */
    color: white;
}
