
* {
  box-sizing: border-box;
}

html, body {
  height: 100%;
  margin: 0;
}

body {
  background: #ebecf0;
  font-family: Lato, 'Noto Sans JP', sans-serif;
}

a {
	text-decoration: none;
	color: #333;
}

h1 {
	font-size: 1.8em;
}

