
img, embed, object, video {
	max-width: 100%;
}

body {
	background: #902F30;
	padding: 2em;
}

h1 {
	text-align: center;
	font-size: 4em;
	color: white;
}

h1:after {
	content: "Desktop";
}

h2, h3 {
	text-align: center;
	font-size: 1.5em;
	font-style: italic;
	color: white;
}

h2:after {
	content: "For standard desktop screens.";
}