html {
  width: 100%;
  height: 100%;
}

body {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  background-color: #fff;
	font-size: 16px;
  line-height: 1.6em;
}

h1 {
	font-size: 28px;
  margin: 20px 10px 30px;
}

h2 {
	font-size: 24px;
  margin: 50px 10px 20px;
}

h1, h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
	line-height: 1em;
}

p {
    margin: 0 10px 10px;
}

a {
  text-decoration: none;
}
