@import url('https://fonts.cdnfonts.com/css/sf-pro-display');

html {
	display: flex;
	justify-content: center;
	align-items: center;
}

html, body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'SF Pro Display', sans-serif;
	font-weight: 500;
	font-size: 12px;
	line-height: 18px;
	background-color: #313143;
	flex-direction: column; 
	image-rendering: pixelated;
}

#splash {
	width: 350px;
	height: 400px;
	display: flex;
	justify-content: center;
	align-items: center;
	transform-origin: center center;
	flex-direction: column;
}

#splash > * {
	transform-origin: center center;
}

p {
	color: white;
	text-align: center;
	max-width: 300px;
}

#cube-gif {
	margin-bottom: 25px;
}

#top {
	margin-top: 6px;
}