@charset "utf-8";


/* Body Styles */


div.square {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 800px;
  width: 800px;
	
  background-color: rgba(57,33,22,1.00);
}




