@import url(/styles/core.css);
@import url(/styles/modules/rem20px.css);

* {
	box-sizing: border-box;
}

body {
	background-color: cornsilk;
}

main {
	width: 40rem;
	line-height: 2;
}

h1 {
	text-transform: uppercase;
	font-size: 4rem;
	line-height: 1;
	margin-top: 0;
	margin-bottom: 0.5rem;
}

.quote {
	border: 1px solid #000;
	padding: 0.5em;
	font-style: italic;
	p {
		margin: 0;
	}
}

.button {
	border: 1px solid #000;
}

.image {
	position: absolute;
	right: 0;
	top: 0;
}