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

body{
	text-align: center;
	font-size: 100%;
	color: #530c0f;
	padding-bottom: 7%;
}
h1{
	padding-top: 7%;
}
h2{
	margin-top: 30px;
	margin-bottom: 20px;
}

a{
	text-decoration: none;
	color: #530c0f;
}

a:hover{
	color: #cb8993;
}

@media only screen and (max-width: 400px) {

	h1 img{
		width: 90%;
		height: auto;
	}
