@import '/css/style_reset.css';

body {
    font-family: 'Roboto', sans-serif ;
	font-size: 1rem ;
	color: #333 ;
	text-align: center ;
	margin: 0 auto ;
	max-width: 30rem ;
}

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

h1 {
	padding: 3rem 0 2rem 0 ;
	font-size: 3rem ;
	font-weight: 900 ;
}
	h1 span {
		color: #fc0;
	}
	
h2, p {
	border-top: 2px solid #fc0 ;
	padding: 1rem ;
	margin: 0 ;
}

img {
	margin-right: 0.25rem ;
}