html {
	height: 100%;
}

.container {
	position: relative;
	margin: 0px;
	height: 100%;
	background: #0e0e0e;
}

.content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 90vw;
	max-height: 90vh;
	user-select: none;
	margin: auto;
	background-color: #0e0e0e;
	transition: background-color 300ms;
}
