
body {
    font-family: 'Segoe UI', sans-serif;
    margin: 0;
    background: url('eco-bg.jpg') no-repeat center center fixed;
    background-size: cover;
    color: #f4f4f4;
}

header {
    background: rgba(34, 49, 34, 0.9);
    padding: 2rem;
    text-align: center;
    border-bottom: 4px solid #8BC34A;
  font-family: "Fontdiner Swanky", serif;
}

header h1 {
    margin-bottom: 0.5rem;
    font-size: 3rem;
    color: #C8E6C9;
}

header p {
    margin-bottom: 1rem;
    font-size: 1.2rem;
    color: #AED581;
}

.cta-button {
    padding: 0.75rem 1.5rem;
    background: #689F38;
    color: white;
    text-decoration: none;
    font-size: 1.2rem;
    border-radius: 8px;
    transition: background 0.3s;
}

.cta-button:hover {
    background: #558B2F;
}

main {
    padding: 2rem;
    background-color: rgba(0, 0, 0, 0.65);
    max-width: 960px;
    margin: 2rem auto;
    border-radius: 12px;
    box-shadow: 0 0 20px #000;
    font-family: "Bebas Neue", sans-serif;
}

section {
    margin-bottom: 2rem;
}

section h2 {
    color: #C5E1A5;
}

.countdown-section {
    font-size: 2rem;
    text-align: center;
    background: rgba(56, 142, 60, 0.8);
    padding: 2rem;
    border-radius: 12px;
    color: #fff;
    box-shadow: inset 0 0 10px #33691E;
}

footer {
    text-align: center;
    padding: 1rem;
    background: rgba(34, 49, 34, 0.9);
    color: #AED581;
    border-top: 4px solid #8BC34A;
    margin-top: 2rem;
}
.bebas-neue-regular {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.fontdiner-swanky-regular {
  font-family: "Fontdiner Swanky", serif;
  font-weight: 400;
  font-style: normal;
}

