
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background: #fff;
    color: #333;
}

header {
    background: #f4f4f4;
    padding: 1rem;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

header h1 {
    margin: 0;
    color: #333;
}

nav a {
    text-decoration: none;
    color: #007bff;
    font-weight: bold;
}

nav a:hover {
    text-decoration: underline;
}

main {
    padding: 1rem;
    max-width: 800px;
    margin: 0 auto;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 1rem auto;
}

.hero-image {
    width: 100%;
    margin-bottom: 2rem; /* Add some space below the hero image */
}

ul {
    list-style: none;
    padding: 0;
}

li {
    margin-bottom: 1rem;
    border-bottom: 1px solid #eee;
    padding-bottom: 1rem;
}

li:last-child {
    border-bottom: none;
}

li a {
    text-decoration: none;
    color: #007bff;
    font-size: 1.2rem;
    font-weight: bold;
}

li a:hover {
    text-decoration: underline;
}

li p {
    color: #666;
    font-size: 0.9rem;
}
