body {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    padding: 20px;
    background-color: #f9f9f9;
    font-size: 16px;
}

h1 {
    text-align: center;
}

.grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    width: 200px;
    text-align: center;
    padding: 10px;
    font-size: 12px;
}

.card img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.price {
    font-weight: bold;
    color: #2b9348;
    margin: 8px 0;
    font-size: 20px;
}

.button {
    display: inline-block;
    padding: 10px 30px;
    background-color: #3a86ff;
    color: white;
    text-decoration: none;
    border-radius: 6px;
}

.date {
    color: #898a8a;
    font-size: 12px;
}
