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

body {
	text-align:center;
	font-family: 'Simonetta', serif;
}

a {
	color:deeppink;
}
a:hover {
	color:mistyrose;
}

h1 {
	font-size:3vw;
}
h2 {
	font-size:1.8vw;
	margin-top:-4vh;
}
h3 {
	font-size:1.5vw;
	margin-top:4vh;
	line-height:2vw;
}
h4 {
	font-size:1.2vw;
	margin-top:4vh;
}
h5 {
	font-size:0.8vw;
	margin-top:-2.7vh;
}
h6 {
	font-size:1vw;
	margin-top:6vh;
}