body {
  margin: 0px;
  background-color: #0eb5db;
  text-align: center;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  color: #fff;
}

a {
  color: white;
}

img#logo {
  margin-top: 10%;
  width: 420px;
  height: 150px;
}


h1, h2, h3, h4 {
  font-weight: 300;
}

h2 {
  margin-top: 80px;
}

h3 {
  margin-top: 40px;
}

ul, ol {
  margin: 20px 0px;
}

li {
  margin: 10px;
}