* {
	box-sizing: border-box;
}

body {
	background: linear-gradient(90deg, rgba(0,147,255,1) 0%, rgba(9,9,121,1) 29%, rgba(4,0,77,1) 100%);
	color: white;
	font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

h1 {
	text-align: center;
	border-bottom: 1px solid black;
}

.section {
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	max-width: 1000px;
}

.centerContents {
	display: flex;
	flex-direction: column;
	align-items: center;
}

video {
	max-width: 100%;
}