
.btn-serie {
    background-color: #941307; 
    color: white;
    border: none;
    padding: 12px;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin: 5px; 
}


.btn-serie:hover {
    background-color: #357ABD;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.btn-serie:active {
    transform: translateY(0);
}
