@charset "utf-8";


body {
	margin:0;
	font-family: 'Roboto', sans-serif;
	background-color:#95C3B9;
}

.container {
	margin:auto;
	text-align:center;
}

.container img {
	width:80%;
	height:auto;
	display:block;
	max-width:960px;
	margin:auto;
	text-align:center;
}

h1 {
	font-weight:400;
	color:#fff;
	font-size:2.5em;
}
span {
	color:#E59337;
}


@media screen and (max-width:768px){
	h1 {
	font-size:1.8em;
}

.container img {
	width:100%;
}
