html {
}

body {
	font-family: 'Roboto', sans-serif;
	color: white;
	font-size: 1.4vw;
	background-color: #121c24;
}

a {
	text-decoration: none;
	color: white;
}

.header {
	font-family: 'Permanent Marker', cursive;
	color: white;
	font-size: 4vw;
	margin-left: 5vw;
}

.video {
	margin-left: 5vw;
	margin-top: 5vw;
}

.descrip {
	top: 11vw;
	left: 62vw;
	overflow: auto;
	position: absolute;
	width: 32vw;
	height: 50vh;
	line-height: 160%;
}

.circle {
	width: 1.25vw;
	height: 1.25vw;
	margin: 0.5vw;
	border-radius: 50px;
	background-color: #e42f29;
	display: inline-block;
}