@charset "UTF-8";

*, *::before, *::after {
	box-sizing: border-box;
}

html, body {
	margin: 0;
	padding: 0;
}

html {
	background-color: rgb(56, 31, 40);
	color: #f0e2d5;
	font-family: "Screenstar Small OT W03 Regular";
	font-size: 12px;
	font-smooth: never;
	image-rendering: pixelated;
}

h1 {
	font-size: 4em;
	font-weight: normal;
	margin: 100px 20px;
}

h1 > strong {
	color: #afa7cb;
	font-weight: normal;
}

body > div {
	align-items: center;
	background-image: url(assets/books_tileable.png);
	background-position: bottom;
	background-repeat: repeat-x;
	background-size: 1500px 322px;
	display: flex;
	flex-direction: column;
	height: 100vh;
	width: 100vw;
}

iframe {
	height: 190px;
	width: 646px;
}

@media (orientation: portrait) {
	h1 {
		font-size: 2em;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	iframe {
		width: auto;
		max-width: 100%;
		height: 200px;
	}
}
