body {
    background-color: #e0fff4;
    font-family: 'Comic Sans MS', cursive, sans-serif;
    color: #345c45;
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 3em;
    color: #274e24;
    text-align: center;
    margin-top: 20px;
}

p {
    font-size: 1.2em;
    line-height: 1.6;
    margin: 20px;
    color: #3a6a40;
}

a {
    color: #1e8e3e;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

nav {
    background-color: #cce5dd;
    padding: 10px;
    text-align: center;
}

nav a {
    margin: 0 15px;
    color: #1b5a31;
    font-size: 1.1em;
}

.footer {
    background-color: #98ccb8;
    color: #274e24;
    text-align: center;
    padding: 10px;
    position: fixed;
    width: 100%;
    bottom: 0;
}