@charset "utf-8";
body {
	font-size: 1.6em;
    padding: 3%;
}
body, input, h1 {
	font-family: Copse, Georgia, "Times New Roman", Times, serif;
}
h1 {
    font-size: 2em;
}
input {
	color: #333;
    font-size: 1.5em;
}
a {
	color:#999;
	font-size: 1.2em;
}
