#discard-pile {
    margin-right: -80px;
}

#discard-pile .pile-card {
    background-color: #2980b9; /* Blue like the deck */
}

#discard-pile:hover .pile-card {
    background-color: #3498db;
}

