#head {
  text-align: center;
  padding-top: 17rem;
}
#head h1 {
  margin-bottom: 8rem;
}

/*
#category {
	text-align: center;

	ul {
		display: inline-block;
		text-align: left;

		li {
			cursor: pointer;
			display: inline-block;
			white-space: nowrap;
			font-size: 2rem;
			line-height: 1.75;
			border-bottom: 1px solid rgba(#000, 0);
			transition: border-color 0.1s;
			margin: 0 2rem;
			margin-bottom: 1rem;

			&.on {
				border-color: #000;
			}
		}
	}
}
*//*# sourceMappingURL=blog.css.map */