body {
	overflow: hidden;
	height: 100vh;
	touch-action: none;
  }
  div {
	position: absolute;
	border-radius:50%;
	left: 0;
	top: 0;
  }



.entry {    
	width: 20%;
	height: 20%;
		
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
  	
	margin: auto;
    font-size: 2em;
    font-family: 'Poiret One', cursive;

    
}
