
html, body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	font-family: InterUI, Roboto, sans;
	background-color: rgb(38, 38, 38);
}

#container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.letters {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 3em;
	width: 500px;
	height: 500px;
}

.letters span {
	color: #FF1461;
	padding: 10px;
	margin: 10px;
	font-weight: 700;
	text-transform: capitalize;
	text-shadow: black 2px 2px;
}
