body {
    font-family: 'Indie Flower', cursive;
    font-size: 1.3em;
    color: gray;
    margin:0;
    padding:0;
    
    background:#000000;
}

.center {
	width: 36%;
  	height: 50%;
  	overflow: auto;
  	margin: auto;
  	position: absolute;
  	top: 0; left: 0; bottom: 0; right: 0;
}