html{
	background: #6a48a9;
	/* background: -webkit-linear-gradient(top left, #FC5C7D, #302b63, #89253e);
	background: -moz-linear-gradient(top left, #FC5C7D, #302b63, #89253e);
	background: linear-gradient(to bottom right, #FC5C7D, #302b63, #89253e); */
	font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Ubuntu,Arial,sans-serif;
}

.container {
	text-align: center;
	padding: 16px;
	height: 100vh;
	display: grid;
	grid-template-rows: max-content 1fr 80px;
	row-gap: 8px;
	justify-content: center;
}

h1{
	font-size: 36px;
	color: white;
	/* text-shadow: 0 3px 5px #000; */
}

#video_frame{
	border-radius: 8px;
	box-shadow : 0 0 16px #000;
}

.footer {
}

#git_logo{
	height: 36px;
}