
body {
	color:#fff;
	background: #3098ce;
}
.storeicons {
   display: flex; 
   gap: 2rem;  
   max-width: 700px;
 margin: 0 auto;  
 padding: 1.5rem;
}
.storeicons img {
   max-width: 100%;
   height: auto;
}
@media (max-width: 768px) {
   .storeicons {gap: 1.5rem;}
} 
