body {
	background-color: #fff;
}
.content {
	font-size: 75px;
	line-height: 1;
	font-family: 'Work Sans', sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	color: rgb(0, 0, 0);
	text-align: center;
}

.logo {
	max-width: 100%;
	max-height: 100vh;
	height: auto;
	width: auto;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
