/* IMPORTS */

@import url("typography.css");
@import url("layout.css");


/* GLOBAL */

body {
	margin: 0 20px 30px 20px;
	padding: 0;
	background: #6fccdd;
}

.hidden {
	display: none;
}