body {
    background-color: #f8f9fa;
}

.navbar-brand span {
    font-size: 18px;
}

h3 {
    font-weight: 600;
}

h4 {
    margin-top: 25px;
}

.card {
    border-radius: 14px;
}

footer img {
    opacity: 0.9;
}

footer small {
    display: block;
}

.hero-badges img {
    transition: 0.3s ease;
}

.hero-badges img:hover {
    opacity: 1 !important;
}
