body {
    background-color: #f0f8ff;
    color: #333333;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

h1, h2, h3 {
    color: #005f6b;
}

a {
    color: #007acc;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.froge-button {
    background-color: #4caf50;
    border: none;
    color: white;
    padding: 10px 24px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

.froge-button:hover {
    background-color: #45a049;
}

.froge-pond {
    width: 100px;
    height: 100px;
    background-image: url('/images/froge-pond.svg');
    background-size: cover;
    margin: 20px auto;
}

.froge-happy {
    width: 50px;
    height: 50px;
    background-image: url('/images/froge-happy.svg');
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
}