@charset "UTF-8";
/* CSS Document */

body {
	background-color:darkgreen;
}

h1 {
	font-weight: 700;
	font-style: italic;
	font-size: 5em;
	color: #ffffff;
}

p {
	font-weight: 700;
	font-size: 1.3em;
	color: #ffffff;
}

img {
	max-width: 100%;
}