.product-item,.wrapper-1,.wrapper-2{background:#fff;box-shadow:0 0 10px rgba(0,0,0,.1);text-align:center}.content,.pagination,form{display:flex}body{margin:20px;padding:0;box-sizing:border-box;font-family:'Source Sans Pro',sans-serif;background:#e8f5e9}.content{justify-content:center;align-items:center;min-height:100vh}.wrapper-1,.wrapper-2{padding:20px;border-radius:10px;border:2px solid #66bb6a}h1{font-family:'Kaushan Script',cursive;font-size:2.5em;margin:0 0 20px;color:#2e7d32}.product-list{display:flex;flex-wrap:wrap;justify-content:space-between}.product-item{border:1px solid #ccc;border-radius:10px;margin:10px;padding:10px;width:calc(33.333% - 20px)}.go-home,.product-item .go-home{padding:10px 20px;transition:background .3s}.product-item img{max-width:100%;border-radius:10px}.pagination a,.product-item .go-home{text-decoration:none;border-radius:5px}.product-item h2{font-size:1.5em;color:#2e7d32;margin:10px 0}.product-item p{font-size:1em;color:#388e3c;margin:10px 0}.product-item .go-home{display:inline-block;background:#66bb6a;color:#fff;font-size:1em}.go-home:hover,.product-item .go-home:hover{background:#81c784}.pagination{justify-content:center;margin:20px 0}.custom-button,.go-home{color:#fff;text-decoration:none;display:inline-block}.pagination a{color:green;padding:8px 16px;transition:background-color .3s;margin:0 5px}.pagination a:hover{background-color:#81c784}form{flex-direction:column;align-items:center}label{font-size:1.2em;color:#388e3c;margin:10px 0 5px}input,select{width:100%;padding:5px;margin:0 0 5px;border:1px solid #ccc;border-radius:5px;box-shadow:0 0 5px rgba(0,0,0,.1)}.go-home{background:#04890a;margin-top:20px;font-size:1em;border-radius:5px;border:none;cursor:pointer}::placeholder{text-align:center}::-webkit-input-placeholder{text-align:center}:-moz-placeholder{text-align:center}::-moz-placeholder{text-align:center}:-ms-input-placeholder{text-align:center}select{text-align-last:center}.custom-button{background:linear-gradient(45deg,#32cd32,#228b22);border:none;border-radius:25px;padding:15px 30px;text-align:center;font-size:16px;font-weight:700;transition:background .3s,transform .3s;box-shadow:0 4px 6px rgba(0,0,0,.1)}.custom-button:hover{background:linear-gradient(45deg,#228b22,#32cd32);transform:scale(1.05);box-shadow:0 6px 8px rgba(0,0,0,.1)}.product-image{max-width:100%;height:auto;margin-right:20px}.description{text-align:start}.form_label{color:green}.note{color:red;margin:-15px 5px 20px}@media (max-width:900px){.product-item{justify-content:center;width:90%}}@media (max-width:600px){.wrapper-1,.wrapper-2{width:90%;padding:15px}.product-item{justify-content:center;width:85%}h1{font-size:2em}.pagination a{padding:6px 12px;font-size:.9em}input,select{font-size:1em;padding:8px}.go-home{width:85%;text-align:center}}