@charset "UTF-8";
html, body {
	height: 100%;}

body {
	font-family: 'Fondamento', cursive;
	font-size: 1.8em;
	line-height: 1em;
	color: #fff;
	text-shadow: 1px 1px 5px #000;
	background-color: #7868ab;
	background-image: url('images/purple-scarf.jpg');
	  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}

H1 {
	font-size: 2.5em;
}

p {
	padding: 0px;

}

.block-back {
	background-color: rgba(0,0,0,0.2);
	padding: 20px;
}
