@import './base.css';

article h2 {
	text-transform: uppercase;
	font-weight: 100;
	letter-spacing: 0.1em;
   font-size: 1.4rem;
	margin-bottom: 20px;
}

article h3 {
	font-weight: 100;
	font-size: 1.3rem;
	margin-top: -10px;
	margin-bottom: 30px;
}