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

form div {
    margin-bottom: 10px;
}

.product {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

button.add-to-cart {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 8px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

li {
    list-style: none;
}
