:root {
    --africa-green: #1db954;
}

/* Hero Section Background */
.hero {
    background: linear-gradient(135deg, rgba(244, 241, 235, 0.3), rgba(230, 215, 195, 0.3)), url('./img/background.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}



