html,body{
	width: 100%;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Yu Gothic", YuGothic, sans-serif;
	font-weight: 500;
	background: #F9FFFF;
	color: #333;
}
a{
	text-decoration: none;
	color: #333;
}
div.wrapper{
	margin: 30px 20px;
}
div.logo{
	font-size: 120%;
	font-weight: 700;
	margin: 20px 0 20px;
}
div.site-description, div.call {
    font-size: 80%;
    margin-bottom: 10px;
    border-left: 5px solid red;
    padding: 0 5px;
}
footer{
	font-size: 60%;
}