@charset "utf-8";
.header img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	width: 75%;
	height: 75%;
}

h1 {
	font-size: 1.8em;
	font-family: lobster;
	font-style: normal;
	font-weight: 400;
	text-align: center;
}
p {
	width: 75%;
	margin-left: 12.5%;
	margin-right: 12.5%;
}
article p {
	text-align: center;
}

@media screen and (max-width:768px){
h1 {
	font-size: 1.4em;
	font-family: lobster;
	font-style: normal;
	font-weight: 400;
	text-align: center;
}

}

@media screen and (max-width:480px){
h1 {
	font-size: 1em;
	font-family: lobster;
	font-style: normal;
	font-weight: 400;
	text-align: center;
}

}
