.hero-section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    padding-top: 80px;
    text-shadow: 2px 2px 8px var(--dark-color);
}

.badge {
    background-color: #E4E4E2;
    color: black;
}
