body {
    font-family: 'Comic Sans MS', cursive, sans-serif;
    color: #3A3A3A;
    background-color: #E0F7FA;
}

h1, h2, h3 {
    color: #005b96;
    text-align: center;
    font-style: italic;
}

a {
    color: #009688;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    color: #004d40;
    text-decoration: underline;
}

button {
    background-color: #8BC34A;
    border: none;
    color: white;
    padding: 10px 24px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
}

button:hover {
    background-color: white;
    color: black;
    border: 2px solid #4CAF50;
}

.froge-gallery {
    text-align: center;
    margin: 20px;
}

.frog-avatar {
    width: 150px;
    height: auto;
    display: inline-block;
    margin: 10px;
}