html {
	overflow-y: scroll;
}
body {
	background-color: #ADD8E6;
	font-family: monospace;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
h1 {
	text-align: center;
	margin-top: 1em;
	font-size: 300%;
	font-weight: bold;
	color: #000000;
}
img,video {
	max-width: 100%;
	height: auto;
}
