.box {
	display: flex;
  	align-items: center;
  	justify-content: center;
  	margin-top: 5%; 
	height: 100%;
	width: 100%;
}

.box div {
  width: auto;
  height: auto;
  display: block;
  text-align: center;
  align-content: center;
}
p{
	font-family: "Arial", Helvetica, sans-serif;
}
.logo_storeebox{
	width: 25%;
	height: auto;
	min-width: 200px;
	padding-top: 5%;
}
.logo_oocandoo{
	padding-top: 10px;
	padding-bottom: 10px;
	width: 150px;
	min-width: 100px;
}