html, body
{
	background: linear-gradient(#0a0d47,#000000);
	font-family: sans-serif, "Calibri";
	margin: 0;
}
.desc
{
	height: 100vh;
	display: flex;
	justify-content: space-between;
	
	align-items: flex-start;
}
.videocard
{
	width: 35vw;
	height: 25vw;
	margin: 15vw 8vw 0 0;
}
h1
{
	color: white;
	font-size: 5vw;
	margin: 3vw 0 10vw 3vw;
}
li
{
	color: white;
	font-size: 2vw;
	padding-bottom: 1vw;
}
ul
{
	padding-left: 10vw;
}
a
{
	color: white;
	text-decoration: none;
}
.ref:hover
{
	text-decoration: underline;
}