body {
	font-family: Jura, Arial;
	background-color: #424242;
	color: white;
}

h1, h2 {
	text-align: center;
	font-size: 1.5rem;
}

div.container {
	display: flex;
	width: 100%;
}

div.container.vert {
	flex-direction: column;
}

div.container > div {
	flex: 1;
	text-align: center;
}

div.container > div iframe {
	width: 90%;
	aspect-ratio: 16 / 9;
}

div.container > div.text {
	align-self: center;
}

a {
	text-decoration: none;
	color: #eac301;
}

a:hover {
	text-decoration: underline;
}

li {
	text-align: left;
}

p, li {
	font-size: 1rem;
}