body{
	margin: 0px;
	text-align: center;
	font-family: Arial, sans-serif;
	color: white;
	background: rgb(141,2,31);
	background: linear-gradient(180deg, rgb(141,2,31) 0%, rgb(184,15,10) 100%);
}

h1{
	margin-top: 40px;
	text-shadow: 0px 0px 10px #d6daeb;
}

#video{
	margin-top: 40px;
}

#message{
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	padding: 5px;
	background-color: rgba(255, 255, 255, 0.7);
	color: rgb(94,25,20);
	border-radius: 3px;
}

.previous-years {
	font-size: small;
	margin-top: 40px;
}

.previous-years a {
	color: white;
}