BODY {
    background-color: #338e55;
    font-family: Inter,Sans-serif;
}

#header {
    background: #0F5832;
    background: linear-gradient(95deg,rgba(15, 88, 50, 1) 0%, rgba(17, 90, 53, 1) 100%);
    border-radius: 10px 10px 0px 0px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}

#hero-section {
    background: #0B4E2B;
    background: linear-gradient(180deg,rgba(11, 78, 43, 1) 0%, rgba(12, 85, 49, 1) 100%);
    color: #e8f9dd;
}

#content {
    background: #e6fbdf;
}

#desktop-menu a {
    color: #fff;
    text-decoration: none;
}