#classics, #sports{
    background-color: #f9f9f9;
    /* Light gray background */
    padding: 30px 0;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

#latest-games, #action, #adventure {
    background-color: #e9f7fd;
    /* Light blue background */
    padding: 30px 0;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.swTitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.swTitle h3 {
    margin: 0;
}



.arrow-link {
    font-size: 1.1em;
    color: #007bff;
}

.original-price {
    text-decoration: line-through;
    color: #6c757d;
}

.btn-link {
    color: #007bff;
    text-decoration: none;
}

.btn-danger {
    margin-top: 10px;
}
