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

a {
    color: #00695c;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.header {
    background-color: #00796b;
    padding: 20px;
    color: white;
    text-align: center;
}

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

.button {
    background-color: #26a69a;
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}