body {
    background-color: #e0ffe0;
    font-family: 'Comic Sans MS', cursive, sans-serif;
    color: #006400;
}

h1, h2, h3 {
    color: #32CD32;
}

a {
    color: #228B22;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #3CB371;
}

button {
    background-color: #ADFF2F;
    border: none;
    color: #006400;
    padding: 10px 20px;
    text-align: center;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
}

button:hover {
    background-color: #7CFC00;
}

footer {
    background-color: #90EE90;
    padding: 10px;
    text-align: center;
    font-size: 14px;
    color: #006400;
}

.froge-banner {
    background-image: url('/images/happy_froge.svg');
    height: 100px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
