body {
	display:flex;
	align-items:center;
	justify-content:center;
}

.poster_container {
	text-align:center;
	max-width:900px;
	padding:20px;
}

.poster_picture {
	display:inline-block;
	border:3px solid #fff;
	padding:6px;
	background:#000;
}

.poster_picture img {
	display:block;
	max-width:70vw;
	max-height:60vh;
	width:auto;
	height:auto;
	object-fit:cover;
	background:#000;
}

.poster_text {
    font-family: Georgia, 'Times New Roman', serif;
}

h1.poster_text {
	margin:18px 0 6px 10px;
	letter-spacing:6px;
}

p.poster_text {
	margin:0;
}

@media (max-width:600px){
	.poster_container {
		max-width: 100%;
		padding: 10px;
	}
	.poster_picture {
		border-width:2px;
		padding:4px;
	}
	h1.poster_text {
		font-size:24px;
	}
	p.poster_text {
		font-size:10px;
	}
}
