@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

@media (min-width: 992px) {
	#content {
		overflow-y: auto;
	    max-height: 90vh;
	    height: 100%;
		margin-top: 5vh;
	} 
}

.posterThumb {
	border: solid 1px #e8e8e8;
	box-shadow: 3px 3px 10px -5px rgba(0,0,0,0.5);
}

body {
	background-color: #fff;
	font-family: 'Roboto', sans-serif;
}

.card {
	background-color: #f3f4f9;
	border: 0;
}

a, h1, h2, h3, h4, h5, h6 {
	color: #211d59
}