body {
    background-color: #0a0f1e;
    color: #fff;
    font-family: Arial, sans-serif;
}

h1, h3 {
    color: #00d9ff;
}

.section {
    background-color: rgba(0, 217, 255, 0.1);
    border: 1px solid #00d9ff;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    transition: transform 0.3s ease-in-out;
}

.section:hover {
    transform: scale(1.02);
}

.navbar {
    background-color: #003366 !important;
}

footer {
    background-color: #003366;
    text-align: center;
    padding: 10px;
    margin-top: 20px;
}
