body {
	font-family: "Averia Sans Libre", sans-serif;
	font-weight: 400;
	font-style: normal;
	background-color: black;
	color: #ffe6d5;
	padding: 0;
	margin: 0;
	text-align: center;
}

a {
	color: inherit;
	text-decoration: inherit;
}

#header {
	height: 210px;
}

#header img {
	height: 150px;
	float: left;
	margin: 30px;
}

#header h1 {
	font-weight: 400;
	font-size: 30px;
	float: left;
	margin-top: 80px;
}

#film-list {
	width: 80vw;
	max-width: 800px;
	margin: auto;
	text-align: center;
	display: inline-block;
	margin: auto;
}

.movie-link {
	float: left;
	width: 200px;
	margin: 15px;
}

.movie-link img {
	width: 100%;
}

.movie-link:hover {
	opacity: 80%;
}

#about {
	width: 80vw;
	max-width: 800px;
	margin: auto;
	text-align: center;
	display: inline-block;
}

#about p {
	text-align: left;
}

#movie {
	width: 80vw;
	max-width: 800px;
	margin: auto;
	text-align: center;
	display: inline-block;
	margin: auto;
}

#movie img {
	width: 40%;
	float: left;
	margin-right: 30px;
}

#description video {
	width: calc(60% - 30px);
}
