@charset "UTF-8";
/* CSS Document */


.shapes{
	
	padding-top: 200px;
	padding-bottom: 30%;
	
}


.square{
	margin-top: -110px;
	text-align: center;
	z-index:10;
	position:relative;
}

.gif{
	
	width: 50%;
	margin-top: 15%;
	margin-left: 25%;
	margin-bottom: 200px;
	
	
}

h1{
	
	color: white;
	font-family: "Lexend Giga", sans-serif;
	font-size: 40px;
	margin-left: 20%;
}

h5{
	color: white;
	font-size: 40px;
	margin-top: 10px;
}

h6{
line-height: 1.7;
  letter-spacing: 0.3px;
}

.anatomy{
	border-radius: 30px;
	opacity: .9;
}

.sizingmain{
margin: 15%;
margin-top:50px;
}

.sizing{
margin: 15%;
margin-top: -120px;
}

.main{
		
}

.text{
	margin-top: 20px;
	color: white;
	font-family: "Lexend Giga", sans-serif;
	
}

.textindex{
font-family: "Lexend Giga", sans-serif;
margin: 20%;
pposition: relative;
z-index: 10;
color:white;

}


.marg1{
	margin: 10%;
	margin-top:10px;
	
}

p {
	color: white;
}



.imgh{
transition: 0.9s ease;	
}

.imgh:hover{
	transform: scale(1.1);
transition: 0.9s ease;
}




.clickZoomImg{
  transition: transform 0.3s ease;
  cursor: zoom-in;
}

.clickZoomImg.zoomed{
  transform: scale(1.5); /* how big it zooms */
  cursor: zoom-out;
  position: relative;
 background-color: black;
	border-radius: 20px;
  z-index: 10;

}