  #detector {
    text-align: center;
    font-family: ProxNova-Light, sans-serif;
    color: black;
    font-size: 1.6em;
    margin-top: 60px;
}

.carousel-wrapper {
    display: flex;
    overflow: hidden;
}

.carousel-container {
    display: flex;
    transition: transform 0.5s ease;
}

.carousel-box {
    width: 400px;
    height: auto;
    margin-left: 16.66px;
    margin-right: 16.66px;
    border-radius: 20px;
    justify-content: center;
    background-color: #860038;
    color: white;
}

.carousel-box a {
    text-decoration: none;
    color: inherit !important;
}

.image-container {
    position: relative;
    border-radius: 20px 20px 0px 0px;
    width: 100%;
    height: 325px;
    overflow: hidden;
}

.image-container img {
    display: block;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: top;
}

.title {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: white;
    background: rgba(0, 0, 0, 0.6);
    padding: 20px 10px;
    margin: 0;
    font-size: 1.2rem;
    font-family: arial, sans-serif;
    box-sizing: border-box;
}

.text-area {
    display: block;
    height: auto;
}

.triple-slider-date {
    margin: 0;
    padding: 15px 15px 0px 15px;
    font-family: arial, sans-serif;
}

.desc {
    color: #EFBA08;
    margin: 0;
    padding: 15px;
    font-family: arial, sans-serif;
    font-size: 18px;
}

button {
    margin: 5px;
    padding: 10px;
    cursor: pointer;
}
