@font-face {font-family: "Minecraft";
  src: url("minecraft.eot"); /* IE9*/
  src: url("minecraft.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("minecraft.woff2") format("woff2"), /* chrome、firefox */
  url("minecraft.woff") format("woff"), /* chrome、firefox */
  url("minecraft.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("minecraft.svg#Minecraft Regular") format("svg"); /* iOS 4.1- */
}

#content {
	display: none;
}

#comingSoon {
	display: none
}

body {
	image-rendering: pixelated;
	background: black;
    margin: 0;
    padding: 0;
    place-items: center;
	overflow-y: hidden; /* Hide vertical scrollbar */
	overflow-x: hidden; /* Hide horizontal scrollbar */
}

@keyframes fall0{0%{top: -100%;}100%{top: calc(100% - 128px);}}

#blocks {
	display: block;
	z-index: -1;
	pointer-events: none;
}


.block {
	animation: fall 0.5s;
    max-width: 99%;
    max-height: 99%;
	width: auto;
	margin: auto;
}

.text {
	margin: 0;
	font-size: 24px;
	font-family: Minecraft !important;
	dominant-baseline: central;
	text-align:center;
	text-shadow: 3px 3px #3f3f3f;
	color:#FFFFFF;
}

.soonText {
	font-size: 48px;
	font-family: Minecraft !important;
	dominant-baseline: central;
	text-align:center;
	vertical-align:middle;
	text-shadow: 3px 3px #421515;
	color:#FF5555;
}