html {
  padding: 0;
  margin: 0;
}
* {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
  color: #34495e;
}

body {
  height: 100%;
}