body {
    font-family: Arial, sans-serif;
    text-align: center;
}

#products-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.product {
    border: 1px solid #ddd;
    padding: 10px;
    width: 200px;
}

.product img {
    width: 100%;
}

div#products {
    display: flex;
    flex-wrap: wrap;
    max-width: 1280px;
    margin: auto;
    justify-content: space-between;
    gap: 20px;
}

.product {
    max-width: 30%;
    flex: 25%;
}