


.box {
  padding: 60px;
 
	color: #243e7c;
	 width: 200px;
  height: 200px;
  content: "HELLO";
  
	
	
	  
}


