/* styles.css */
body {
    font-family: 'Roboto', sans-serif;
}

.jumbotron {
    background-color: #f8f9fa;
    padding: 4rem 2rem;
}

.testimonial {
    font-style: italic;
    color: #6c757d;
}
