


html { width: 100%; height:100%; overflow:hidden; }

body { 
	width: 100%;
	height:100%;
	font-family: 'Open Sans', sans-serif;
	background: #fff;
	font-size: 20px;
	
}

div{
 height : 100%;
 display : flex;
 align-items : center;
 justify-content : center;
}

img {
  width: 50%;
}
