body {
    background-color: #e0f7fa;
    font-family: 'Comic Sans MS', cursive, sans-serif;
    color: #00695c;
}

h1, h2, h3 {
    color: #004d40;
}

a {
    color: #00796b;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.frog-adventures {
    background: url('/images/frog.svg');
    background-size: 150px 150px;
    background-repeat: no-repeat;
    background-position: center;
}

.button {
    background-color: #004d40;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 12px;
    padding: 10px 24px;
}

.button:hover {
    background-color: #00796b;
}

footer {
    font-size: 12px;
    color: #004d40;
    text-align: center;
    padding: 20px;
}