/*
//////////////////////////////////////////////////////////////////////////////
///// Store.css    ///////////////////////////////////////////////////////////
///// Version 4.0  ///////////////////////////////////////////////////////////
///// Ver Date 7/6/2024 //////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////
*/
body {
	background: linear-gradient(90deg, rgba(255, 92, 0, 1) 0%, rgba(212, 158, 0, 1) 50%, rgba(255, 92, 0, 1) 100%);
	background-size: 100% 100%;
	margin-top: 5em;
}

p {
	font-family: "Montserrat Alternates";
	text-align: center;
}

a {
	font-family: "Montserrat Alternates";
}

span {
	font-family: "Montserrat Alternates";
}

div {
	text-align: center;
}

.grid-container {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin-top: 40px;
	gap: 50px;
}

.img_store {
	height: 150px;
	border-radius: 25%;
}

.img_store_rnd {
	height: 150px;
	border-radius: 50%;
}


.img_sep {
	display: block;
	margin-top: .5em;
	margin-left: auto;
	margin-right: auto;
	height: 1.5em;	
}

.p_link {
	font-size: 1.65em;
}