body {
	background: url("./bg.png") repeat;
	background-size: 3000px;
	display: flex;
	justify-content: center;
}

.intro {
	padding-bottom: 15px;
}

.info {
	max-width: 1000px;
	padding: 20px;
	background: rgba(15, 15, 15, 70%);
	color: #eeeeee;
	backdrop-filter: blur(2px);
	border-radius: 50px;
	font-family: "Sansation", sans-serif;
	font-size: 18px;
	line-height: 24px;
}

.info a {
	color: #13b6e8;
	font-weight: 700;
}

.info .highlight {
	color: #f0e330;
	font-weight: 700;
}

li {
	padding-bottom: 15px;
}