body {
    background-color: #eaffea;
    color: #264d26;
    font-family: Arial, sans-serif;
}

button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

a {
    color: #097969;
    text-decoration: none;
}

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

header {
    background-color: #4CAF50;
    padding: 10px;
    text-align: center;
    font-size: 35px;
    color: white;
}

footer {
    background-color: #264d26;
    color: white;
    text-align: center;
    padding: 10px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}