*{
	box-sizing:border-box;
}

body{
	font-family: "Raleway", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	background-color:#eee;
	font-size:15px;
	color:#000;
	margin:0;
	padding:1rem;
	line-height:1.3rem;
}


.container{
	padding:3rem;
	width:100%;
	max-width:980px;
	margin:0 auto;
	background-color:#fff;

}

a{
	color:#000;
	text-decoration:underline;
}

.logo img{
	width:200px;
	height:auto;
	display:block;
	margin-bottom: 2rem;
}

h1{
	font-size:1.4rem;
}

h2{
	font-size:1.2rem;
	margin-top:2rem;
}