.content {
	font-family: Arial, sans-serif;
	height: 20vh;
	width: 80vw;
	max-width: 500px;
	margin: auto;
	text-align: left;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 25%;
}

.overlord {
	position: relative;
	height: 80vh;
	width: 80vw;
	max-width: 500px;
	margin: auto;
	justify-content: center;
	align-items: center;
}

.inner {
	text-align: justify;
}

.info {
	
}

body {
	background-color: white;
}
