/* External CSS for Frog Central */
body {
    font-family: arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background-color: #f0f8f0;
    color: #2d5a2d;
}

header {
    background-color: #2e8b57;
    color: white;
    padding: 20px 0;
    text-align: center;
}

h1 {
    font-size: 2.5em;
    margin: 0;
}

h2 {
    font-size: 1.8em;
    color: #3cb371;
}

h3 {
    font-size: 1.4em;
    color: #228b22;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.frog-image {
    float: left;
    margin: 0 15px 10px 0;
    border-radius: 8px;
    width: 120px;
    height: auto;
}

.frog-image-right {
    float: right;
    margin: 0 0 10px 15px;
    border-radius: 8px;
    width: 100px;
    height: auto;
}

.clear {
    clear: both;
}

.content-section {
    margin-bottom: 30px;
    padding: 15px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    overflow: auto;
}

.back-to-top {
    text-align: center;
    margin: 20px 0;
}

.back-to-top a {
    color: #2e8b57;
    text-decoration: none;
    font-weight: bold;
}

ul {
    padding-left: 20px;
}

li {
    margin-bottom: 8px;
}

footer {
    background-color: #2e8b57;
    color: white;
    text-align: center;
    padding: 15px 0;
    margin-top: 20px;
}

a {
    color: #3cb371;
}

.bold-text {
    font-weight: bold;
}

.italic-text {
    font-style: italic;
}

.centered-text {
    text-align: center;
}

hr {
    border: 0;
    height: 1px;
    background-color: #3cb371;
    margin: 20px 0;
}

@media (max-width: 768px) {
    .container {
        width: 95%;
        padding: 10px;
    }
}
.frog-image,
.frog-image-right {
    width: 120px;
}