body {
	background-color: #eeeeec;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

div {
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
	overflow: hidden;
	flex-direction: column;
	color: #2e3436;
}

h1 {
	text-align: center; 
	font-family: sans-serif;
}

div > span {
	display: block;
	font-family: sans-serif;
	color: #555753;
}

span span::after {
	content: "ai7yr.radio";
}

span span::before {
	content: "me@";
}