@import url('https://fonts.googleapis.com/css?family=Oswald&display=swap');

h1, h2, h3, h4, h5, h6, p {
	font-family: 'Oswald', sans-serif;
}

p {
	font-size: 1.3em;
}
	
.col-centered {
	float: none;
	margin: 0 auto;
}

.imdb-logo {
	height: 0.8em;
	float: right;
	margin-top: 0.2em;
}

img.graph {
	width: 100%;
	border: 10px solid black;
	transition: transform .2s;
}

img.graph:hover {
	transform: scale(1.01);
}

.link-icon {
	width: 30px;
	position: relative;
	float: right;
	bottom: 10px;
}

.wikipedia {
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
}

hr {
	width: 80%;
	margin: 40px auto;
	color: #CCCCCC;
}