
body {
	background: linear-gradient(90deg, rgba(245, 59, 59, 1) 0%, rgba(63, 38, 130, 1) 50%, rgba(63, 38, 130, 1) 100%);
	color: #ffffff
}

@font-face {
	font-family: League_Gothic;
	/*src: url(../fonts/League_Gothic.ttf);*/
	src: url(../fonts/LeagueGothic-Regular.ttf);
}

h1 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: League_Gothic;
	font-size: 110px;
	/*margin: auto;*/
	/*width: 30%;*/
}

#wrapper {
	display: flex;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	/*justify-content: center;*/
	/*align-items: center;*/
	/* margin: auto; */
	/* width: 30%; */
	/* border: 4px solid white; */
	/* padding: 10px; */
}

.centered {
	margin: auto;
}

a {
	text-decoration: none;
	color: white;
}

