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

body, p, ul, li, ol, div, section, h1, h2, h3, h4, h5, h6, img {
	padding: 0;
	margin: 0;
	border: 0;
	font-family: 'Cantarell', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #444;
}

div {
	margin: 0 auto;
	width: 90%;
	max-width: 500px;
	position: fixed;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);		
}

p {
	margin: 0 0 20px;
	line-height: 20px;
}

img {
	width: 100%;
	height: auto;
}

a {
	color: #7fc07f;
	text-decoration: none;
	font-weight: 700;
}

a:hover {
	color: #999;
	text-decoration: underline;
}

.Bold {
	font-weight: bold;
}