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

h1 {
    color: #00796b;
    text-align: center;
}

p {
    font-size: 1.1em;
    line-height: 1.6;
    margin-bottom: 20px;
}

a {
    color: #004d40;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

button {
    background-color: #004d40;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    font-size: 1em;
    border-radius: 5px;
    cursor: pointer;
}

button:hover {
    background-color: #00695c;
}