/* Kokoelma korteille */
body {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
