body{
	text-align : center;
	color: rgb(0, 0, 0);
	font-size: 50px;
}

.s {
	display: block;
	flex-wrap: wrap;
  	justify-content: center;
  	gap: 45px;
  	margin: 45px auto;
    max-width: 80%;
    height: auto;
}