html{
	background-color: #fdfdfd;
}
body{
	font-family: "Manrope", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	text-align:center;
	margin: 0 auto;
	max-width:900px;
	padding-top:10px;
	padding-bottom:10px;
	background-color: #fff;
	box-shadow: 0px 0px 5px #eee;
}
a.button, a.buttonwide {
	border:1px solid #eee;
	border-radius:8px;
	padding:5px 10px;
	text-decoration:none;
	color:#000;
	background-color:#fff;
	width:100px;
	display:inline-block;
	box-shadow: 0px 0px 5px #ccc;
	margin:10px;
	vertical-align:text-top;
}
a.buttonwide {
	width:calc(100% - 40px);
	max-width:400px;
}
a.button:hover, a.buttonwide:hover{
	background-color:#fafafa;
}
.button img, .buttonwide img {
	height:80px;
}