.carousel {
    display: grid;
    place-content: center;
    gap: 8px;
    padding: 8px;
    text-align: center;
}

.mobile-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}

.link-active {
    border-bottom: 3px solid #3b82f6;
}