body {
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #1e1e1e;
    color: #ffffff;
    line-height: 1.6;
}

header {
    background-color: #3a3a3a;
    padding: 2rem;
    text-align: center;
}

header h1 {
    font-size: 3rem;
    margin-bottom: 0.5rem;
}

.intro {
    display: flex;
    flex-wrap: wrap;
    padding: 2rem;
    align-items: center;
    justify-content: center;
}

.intro img {
    max-width: 300px;
    margin-right: 2rem;
    border-radius: 10px;
    box-shadow: 0 0 10px #000;
}

.intro .text {
    max-width: 600px;
}

.features {
    padding: 2rem;
    background-color: #2a2a2a;
}

.features h2 {
    text-align: center;
}

.features ul {
    list-style: none;
    padding: 0;
    text-align: center;
}

.features li {
    margin: 0.5rem 0;
}

.cta {
    padding: 2rem;
    text-align: center;
}

.cta a {
    color: #ffcc00;
    text-decoration: none;
    font-weight: bold;
}

footer {
    text-align: center;
    padding: 1rem;
    background-color: #111;
    font-size: 0.9rem;
}
