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

body {
	
	margin:0px;
	text-align:center;
}

a {
	color:#000;
}



h1 {
	font-family: 'DM Sans', sans-serif;
	font-size:20px;
	text-transform: uppercase;
	color:#000;
	letter-spacing:0.125em;
	line-height: 1.5em;
	font-weight:bold;
	margin:80px auto 30px auto;
	width:520px;
	text-align:center;
}

.main {
	font-family: 'DM Serif Text', serif;
	background-color:#fff;
	font-size:18px;
	width:100%;
	padding-bottom:20px;
	letter-spacing:0.125em;
	line-height: 1.5em;
	text-transform: uppercase;
	margin-top: 50px;
}

.main a {
	font-family: 'DM Sans', sans-serif;
	text-transform: lowercase;
	text-decoration: none;
}

.main a:hover, .main a:focus {
	text-decoration: underline;
}
	
.main img {
	margin-top:40px;
}

.main p {
	margin-bottom: 50px;
	margin-top:50px;
}