html, body {
  margin:0;
  padding:0;
  width: 100%;
  height: 100%;
}
.block {
  width: 100%;
  height: 100%;
  background-color: white;
}

.centerblock {
	width: 800px;
  height: 400px;

  font-size:220px;
  font-family: 'Press Start 2P', bold;
    color: #ea3382;
  
  position: absolute;
  top:0;
  bottom: 0;
  left: 0;
  right: 0;

  margin: auto;
}

.clear {
    clear:both;
}

.centerblock2 {
	width: 800px;
  height: 100px;

  font-size:20px;
  font-family: 'Press Start 2P', bold;
    color: #ea3382;
  
  position: relative;
  top:0;
  bottom: 0;
  left: 0;
  right: 0;

  margin: auto;
}

