/* General Styles */
body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
}

.container {
    max-width: 1200px;
    margin: 20px auto;
    padding: 20px;
}

h1, h3 {
    color: #444;
    font-weight: bold;
}

h2 {
    font-family: 'Dancing Script', cursive;
    color: #00594f;
    font-size: 35px;
    margin-bottom: 10px;
}

hr {
    border: none;
    height: 1px;
    background-color: #00594f;
    margin-bottom: 20px;
}

ul, li {
    line-height: 1.6;
    margin-bottom: 20px;
    text-align: left;
    border-radius: 5px;
}

p {
    line-height: 1.6;
    margin-bottom: 20px;
    border-radius: 5px;
}

a {
    color: #00594f;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* Information Section Styles */
.info-section {
    padding: 20px;
    margin-bottom: 20px;
}

.info-section h2, .price-section h2, .environment-section h2 {
    border-bottom: 2px solid #00594f;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.info-section ul {
    list-style-type: none;
    padding: 0;
}

.info-section li {
    margin-bottom: 10px;
}

/* Price Section Styles */
.price-section {
    padding: 20px;
    margin-bottom: 20px;
}

/* Environment Section Styles */
.environment-section {
    padding: 20px;
    margin-bottom: 20px;
}
