.index_welcome{display:flex;justify-content:center}.index_welcome div{width:max(65%,min(1000px,100vw));padding:20px;animation:gradientAnimation 10s ease infinite;background:linear-gradient(135deg,#34ace0,#ff6b6b,#f7d794,#706fd3,#34ace0,#ff6b6b,#f7d794,#706fd3);background-size:800% 800%}@keyframes gradientAnimation{0%{background-position:0% 50%}30%{background-position:100% 50%}70%{background-position:100% 50%}100%{background-position:0% 50%}}#index_product_overview_list{display:flex;flex-direction:column;justify-content:center;gap:50px;padding-top:50px;padding-bottom:50px}#index_product_overview_list>div{display:flex;justify-content:center;align-items:center}