.beer-list{font-family:Arial,sans-serif;text-align:center;max-width:800px;margin:0 auto;padding:20px;background-color:#f4f4f4;border-radius:5px;box-shadow:0 0 10px #0003}h1{color:#333}input[type=text]{width:100%;padding:10px;margin-bottom:20px;border:1px solid #ccc;border-radius:5px}.beer-cards{display:flex;flex-wrap:wrap;justify-content:space-between}.beer-card{width:calc(33.33% - 20px);margin-bottom:20px;background-color:#fff;padding:10px;border-radius:5px;box-shadow:0 2px 4px #0000001a;text-align:left}img{max-width:100%;max-height:400px}h2{margin-top:10px;font-size:18px;color:#333}p{font-size:14px;color:#777}
