/* .homeimg{
	width: 48px;
	height: 48px;
	margin-top: 0.625rem;
} */



.wrapper{
		grid-template-areas: ". . . " ". . ." ". . . " ;
		display: grid;	
		grid-auto-flow: dense;
		justify-content: center;
		margin: 16px auto 0px;
		padding: 0px;
		
		list-style-type: none;
		--gridTemplateColumns: 3;
}

.parent0{
	position: relative;
	  top: 0;
	  left: 0;
}

.child1{
	  width: 300px;
	  height:300px;
	  border-radius: 16px;
	  position: relative;
	  top: 0;
	  left: 0;
	 
}

.child2{
	  width: 300px;
	  height:50px; 
}

.playis{
	clear: both;
	    display: block;
	    width: 80%;
		height: 50px;
		margin: 10px auto;
		    border-radius: 5px;
			/* background-color: #267AB0; */
}

