body {
    background-color: #121212; /* Dark theme background */
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

section {
    background: rgba(0, 0, 0, 0.5); /* Slightly transparent black background for sections */
    padding: 50px 0;
    color: #fff;
}
