* {
	font-family: 'Helvetica', 'Arial', sans-sans-serif;
}

h1 {
	font-size:26px;
	border-bottom:1px solid #333333;
	padding-bottom:10px;
	margin-bottom:10px;
}

h2 {
	font-size:22px;
	font-weight: normal;
	border-bottom :1px dashed #333333;
	padding-bottom: 5px;
}

#movie_list {
	display: flex;
}

#movie_list li {
	padding:10px;
	border:1px solid rgb();

}
