@font-face {
	font-family: "Calvin and Hobbes";
	src: url("https://tilde.club/~petrichor/fonts/calvin-normal.ttf") format("truetype");
}

body {
	margin: auto;
	padding: 1em;
	font-family: "courier new", monospace;
	background-image: url("rain.gif");
	word-wrap: break-word;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	
}

/*body {
	background-image: url("home.gif");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	font: monospace;
}*/

h1 {
	color: #000;
}

#content {
	background-color: #fff;
	width: 25em;
	opacity: 0.5; /* 0.25 */
	border: 1px solid #000;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-right: 10em;
}

#posters {
	max-width: 60vw;
	display: inline-flex;
	flex-direction: row;
	flex-wrap: wrap;
}

#posters > img {
	height: 43vh;
	/*border-radius: 0.5em;*/
	margin: 1em;
}
