@import url('https://fonts.googleapis.com/css?family=Bitter|Lato|Montserrat|Roboto|Roboto+Slab');

* {
	margin: 0;
	font-family:'Roboto Slab', 'Trebuchet MS', sans-serif;
	box-sizing:border-box;
}

/* is this bad form? probably */
html {
	min-height:100%;
}

body {
background: #f7f7f7;
}

.wrapper {
  width:70%;
  background:#fff;
  margin: 0 auto;
}