body {
    background-color: #121212;
    color: #ffffff;
    font-family: Arial, sans-serif;
}

.top-section {
    padding: 80px 20px;
}

.logo {
    max-width: 350px;
    height: auto;
}

.btn-custom {
    background-color: #f8f9fa;
    color: #121212;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    margin: 10px;
    display: inline-block;
}

.btn-custom:hover {
    background-color: #e0e0e0;
}

.testimonials {
    margin-top: 50px;
    padding: 40px 20px;
    background-color: #1e1e1e;
    border-radius: 10px;
}

.testimonial {
    font-style: italic;
    margin: 10px 0;
}
