body{
	margin: 0;
	background-color: #121212;
	color: rgb(36, 36, 36);
	font-style: normal;
	font-weight: bold;
	font-family: 'Genos';
	font-size: 10vw;
}

.highlight{
	background-color: rgb(21, 21, 21);
}

.center-screen {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	min-height: 100vh;
  }
  