body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
    color: #333;
}

header {
    background-color: #85c1e9;
    color: white;
    text-align: center;
    padding: 20px;
}

h1 {
    margin: 0;
    font-size: 2em;
}

p {
    margin: 10px 0;
}

section {
    max-width: 800px;
    margin: 20px auto;
    background: white;
    padding: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.services ul {
    list-style: none;
    padding: 0;
}

.services li {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.services li:last-child {
    border-bottom: none;
}

.contact a {
    color: #85c1e9;
    text-decoration: none;
    font-weight: bold;
}

footer {
    text-align: center;
    padding: 15px;
    background-color: #85c1e9;
    color: white;
    margin-top: 20px;
}
