body {
    background: #e0f7fa;
    font-family: "Comic Sans MS", cursive, sans-serif;
    color: #00695c;
    padding: 20px;
}

header {
    border-bottom: 2px solid #004d40;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

h1 {
    font-size: 2.5em;
    color: #004d40;
}

p {
    line-height: 1.6;
}

a {
    color: #00796b;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

footer {
    border-top: 2px solid #004d40;
    padding-top: 10px;
    margin-top: 20px;
    text-align: center;
}