#slider button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    background-color: transparent;
    border: none;
    color: white;
    font-size: 2rem;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 50%;
    transition: background-color 0.3s ease;
}

/* #slider button:hover {
    background-color: rgba(0, 0, 0, 0.8);
} */

#prev {
    left: 10px;
}

#next {
    right: 10px;
}
