body {
    margin: 0;
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

header {
    background: #2c3e50;
    color: white;
    padding: 1rem 0;
    text-align: center;
}

nav ul {
    list-style: none;
    padding: 0;
}

nav ul li {
    display: inline;
    margin: 0 15px;
}

nav a {
    color: white;
    text-decoration: none;
}

nav a:link, a:visited {
    color: white;
}

.hero {
    background: url('images/church.jpg') no-repeat center center/cover;
    color: white;
    padding: 100px 20px;
    text-align: center;
}

section {
    padding: 40px 20px;
    text-align: center;
}

button {
    background: #e67e22;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
}

button:hover {
    background: #d35400;
}

footer {
    background: #2c3e50;
    color: white;
    text-align: center;
    padding: 10px;
}

#worship li {
    list-style: none;
}
