body {
    background: #fff;
    color: #0f172a;
}

.hero {
    background: url("https://images.unsplash.com/photo-1605559424843-9e4dffae79b1") center/cover;
    padding: 120px 0;
}

.card {
    background: #020617;
    border-radius: 16px;
}

.footer {
    background: #020617;
    padding: 30px;
    margin-top: 60px;
}

.nav-link.active {
    color: #EFBF04 !important;
}
