body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    background-color: white;
    color: #4d4738;
}

.header {
    background-color: #76936d;
    padding: 40px 0;
}

.header h1 {
    margin: 0;
    color: white;
    font-size: 42px;
    text-align: center;
    letter-spacing: 5px;
}

.nav {
    background-color: #6a3da8;
    padding: 20px 0;
    text-align: center;
}

.nav a {
    color: white;
    text-decoration: none;
    padding: 15px 30px;
    margin: 0 15px;
    font-size: 20px;
}

.nav a:hover {
    background-color: #b18de0;
    border-radius: 5px;
}

.nav a:active {
    text-decoration: underline;
}

.content {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: white;
}

.section {
    margin-bottom: 40px;
    background-color: #EEEEEE;
    padding: 40px;
    border-radius: 10px;
}

.section p {
    margin-bottom: 0;
    text-align: justify;
    text-indent: 30px;
    font-size: 20px;
}

h2 {
    color: #6a3da8;
    font-size: 32px;
    margin-top: 0;
    margin-bottom: 30px;
}

h3 {
    color: #76936d;
    font-size: 26px;
}

.flower-section {
    background-color: #ebea93;
    padding: 40px;
    border-radius: 10px;
    margin-bottom: 40px;
}

.flower-section h3 {
    color: #4d4738;
    margin-top: 0;
    margin-bottom: 30px;
}

.flower-section p {
    margin-bottom: 0;
    text-align: justify;
    text-indent: 30px;
    font-size: 20px;
    color: #4d4738;
}

.tips {
    background-color: #EEEEEE;
    padding: 40px;
    border-radius: 10px;
    margin-bottom: 40px;
}

.tips p {
    margin-bottom: 0;
    text-align: justify;
    text-indent: 30px;
    font-size: 20px;
    color: #4d4738;
}

.conclusion {
    background-color: #758544;
    padding: 40px;
    border-radius: 10px;
}

.conclusion h2 {
    color: white;
}

.conclusion p {
    margin-bottom: 0;
    text-align: justify;
    text-indent: 30px;
    font-size: 20px;
    color: white;
}

.footer {
    background-color: #6a3da8;
    color: white;
    text-align: center;
    padding: 30px 0;
    font-size: 18px;
}

/* flowers */
 
.image-container {
    width: 100%;
    height: 400px;
    background-color: #ebea93;
    margin-bottom: 40px;
    border-radius: 10px;
    text-align: center;
    padding: 25px;
    box-sizing: border-box;
}
 
.main-image {
    height: 100%;
    border-radius: 10px;
}
 
.intro-text {
    background-color: #b18de0;
    padding: 40px;
    border-radius: 10px;
    margin-bottom: 40px;
}
 
.intro-text p {
    color: white;
    font-size: 20px;
    text-indent: 30px;
    text-align: justify;
    margin-top: 0;
}
 
.intro-text p:last-child {
    margin-bottom: 0;
}
 
.main-content {
    background-color: #EEEEEE;
    padding: 40px;
    border-radius: 10px;
}
 
#botanical-features h3 {
    color: #6a3da8;
    font-size: 32px;
    margin-bottom: 30px;
    margin-top: 0;
}
 
.feature-box {
    background-color: white;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 10px;
    border-left: 10px solid #76936d;
}

.feature-box h4 {
    color: #76936d;
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 30px;
}

.feature-box p {
    color: #4d4738;
    font-size: 20px;
    text-indent: 30px;
    text-align: justify;
    margin-bottom: 0;
}

.conclusion-section {
    background-color: #758544;
    padding: 40px;
    border-radius: 10px;
    margin-top: 40px;
}
 
.conclusion-section h3 {
    color: white;
    font-size: 32px;
    margin-bottom: 30px;
    margin-top: 0;
}
 
.conclusion-section p {
    color: white;
    font-size: 20px;
    text-indent: 30px;
    margin-bottom: 0;
    text-align: justify;
}

#interesting-facts h3,
#everyday-life h3,
#observation-tips h3 {
    color: #6a3da8;
    font-size: 32px;
    margin-bottom: 30px;
    margin-top: 40px;
}