body {
    font-family: 'Montreal', sans-serif;
    color: #333;
    overflow-x: hidden;
}

.circle.active {
    background-color: rgb(237, 27, 47) !important; /* Active red */
}

/* Hide on mobile for a simpler layout since the grid is mostly built for desktop */
@media (max-width: 767px) {
    .timeline {
        display: none;
    }
}