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

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

p {
    font-size: 16px;
    color: #004d40;
}

.link-button {
    display: inline-block;
    background-color: #004d40;
    color: #ffffff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
}

.link-button:hover {
    background-color: #00796b;
}