body {
	height: 100vh;
	text-align: center;
	background-image: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(158,137,204,1) 50%, rgba(109,64,163,1) 100%);
}

svg.main-logo {
	width: 50%;
	filter: drop-shadow(4px 6px 2px rgba(0, 0, 0, 0.5));
}

h1 {
	font-family: 'Braah One';
	font-size: 8em;
	color: white;
	text-shadow: 0 0 0.2em #000;
	margin: 0;
}

div.container {
	position: relative;
	top: 50%;
	transform: translate(0, -50%);
}
