body {
    font-family: 'Helvetica Neue', sans-serif;
    background-color: #333;
    margin: 0;
    padding: 0;
    color: #fff;
}

header {
    text-align: center;
    padding: 20px;
}

header h1 {
    font-size: 1.5rem;
}

.hero {
    padding: 40px;
    text-align: center;
}


.hero h2 {
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 2.5rem;
    color: #1dcdda; 
    margin-bottom: 10px;
}

.contact-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #1dcdda; 
    color: #333;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
}



.description {
    font-size: 1.1rem;
    margin-bottom: 30px;
}

.features, .benefits {
    padding: 40px;
}

.features h2, .benefits h2 {
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 2rem;
    color: #1dcdda;
    margin-bottom: 20px;
}

.features ul, .benefits ul {
    list-style: none;
    padding-left: 0;
}

.features li, .benefits li {
    font-size: 1.1rem;
    margin-bottom: 10px;
}

.cta {
    background-color: #444;
    text-align: center;
    padding: 40px;
}

.cta h2 {
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 2rem;
    color: #1dcdda;
    margin-bottom: 20px;
}

.cta p {
    font-size: 1.1rem;
    margin-bottom: 20px;
}

footer {
    text-align: center;
    padding: 20px;
    background-color: #444;
    color: #ccc;
}

.features-benefits {
    display: flex;
    justify-content: space-between;
    padding: 40px;
}

.features, .benefits {
    flex: 1;
    padding: 0 20px;
}

header img {
    width: 174px;
    height: 62px;
}

