body {
    background-color: #f0f8ff;
    font-family: 'Helvetica Neue', sans-serif;
}

h1 {
    color: #4CAF50;
}

h2 {
    color: #2196F3;
}

p {
    font-size: 18px;
    line-height: 1.6;
    color: #555;
}

a {
    color: #ff5722;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}