body {
	background: #222;
	font-family: 'Raleway';
}

div#body {
	margin-inline: auto;
	padding-bottom: 2em;
	width: 90vw;
	max-width: 800px;
	text-align: center;
	color: #fff;
} 

img#logo {
	display: block;
	margin-top: 5vh;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	max-width: 300px;
} 

div#year {
	position: relative;
	top: -8px;
	font-size: 3.5em;
	font-weight: bold;
	color: #ee7425;
	line-height: 100%;
}

div#description {
	margin-top: 1em;
	margin-inline: auto;
	font-size: calc(0.8rem + 1vw);
}

h2 {
	margin: 3em auto 0 auto;
	padding: 0.5em 1em;
	font-size: calc(1rem + 1vw);
	font-weight: bold;
	background: rgba(255,255,255,0.2);
	border-radius: 100px;
}

h3.date {
	margin: 3em auto 1em auto;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #9999;
	font-size: calc(0.7rem + 1vw);
	font-weight: normal;
}

a.button {
	padding: 0.5em 0.8em;
	background-color: #f00 !important;
	color: #fff;
	font-size: 0.9em;
	border-radius: 5px;
	text-decoration: none;
}

div.match {
	display: flex;
	gap: 1em;
	justify-content: center;
	align-items: center;
}

div.match > div img.logo {
	display: block;
	height: 75px;
	margin-inline: auto;
}

div.match > div a.button {
	display: block;
	margin-top: 1em;
}

div.match > div:nth-child(2) {
	font-size: 1.5em;
}

.hidden {
	display: none !important;
}