body {
    font-family: 'Poppins', sans-serif;
}

.hero {
    background-color: #f7f9fc;
    padding: 80px 0;
    text-align: center;
}

.hero h2 {
    font-weight: bold;
    color: #007bff;
}

.btn {
    background-color: #007bff;
    color: #fff;
    padding: 10px 25px;
    text-decoration: none;
    border-radius: 5px;
}

footer {
    font-size: 0.9rem;
}
