body {
    font-family: Arial, Helvetica, sans-serif;
}

.hero {
    background: url('https://images.pexels.com/photos/289737/pexels-photo-289737.jpeg') center/cover no-repeat;
    color: white;
    padding: 150px 0;
    text-align: center;
}

.set img {
    height: 65px;
}

.section {
    padding: 60px 0;
}

.staff-card img {
    width: 150px;
    height: 150px;
    object-fit: cover;
}

footer {
    background: #222;
    color: #ddd;
    padding: 20px 0;
    text-align: center;
}

.dropdown-menu a:hover {
    background: #f0f0f0;
}