html, body, .viewport {
	width: 100%;
	height: 100%;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

header {
	height: 12vh;
	background-color: #cc071e;
	text-align: center;
}

header img {
	/* landscape img - otherwise vice versa */
	height:100%;
	width: auto;
}

.text_impr {
	text-align: left;
	font-size : clamp(1rem, 3vw, 1.4rem);
	margin: 6% 6%;
}

.text_impr p {
	margin-bottom: 1em;
}

.text_impr li {
	margin-left: 1em;
}

.input {
	border-radius: 6px;
	resize: vertical;
	width: 100%;
}

.genre {
	background-color: lightgrey;
	padding: 0.3em;
	margin: 0.4em;
	margin-bottom: 1em;
	border-radius: 0.6em;
	font-size: 0.8em;
}

.genre button {
	margin: 0.15em;
}