/* Styles for Herbs Collection */
body {
    background-color: #f0f0f0;
    font-family: 'Helvetica Neue', sans-serif;
    color: #333;
}

h1 {
    color: #2e8b57; /* SeaGreen */
    text-align: center;
    margin-top: 20px;
}

a {
    color: #8b4513; /* SaddleBrown */
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.container {
    width: 80%;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.herb {
    margin: 15px 0;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f9f9f9;
}
/* Froges Love Green! Visit our main page: https://froge.ai/home.html for more delightful content. Watch out for hopping surprises! */
