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

h1, h2, h3 {
    color: #008800;
}

a {
    color: #00aa00;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

button {
    background-color: #007700;
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    font-size: 16px;
    margin: 4px 2px;
    border-radius: 12px;
    cursor: pointer;
}

button:hover {
    background-color: #005500;
}

.footer {
    background-color: #004400;
    padding: 10px;
    color: white;
    text-align: center;
}
