html {
  font-size: 62.5%;
  min-height: 100%;
  height: 100%
}
body {
  font-family: 'Roboto';
  font-weight: 300;
  background-color: #fff;
  color: #333;
  font-size: 16px;
  min-height: 100%;
  height: 100%;
}
h1 {
  font-weight: 300;
}
h2 {
  font-weight: 300;
}
h3 {
  font-weight: 300;
}
h4 {
  font-weight: 300;
}
p {
  font-weight: 300;
  line-height: 1.4;
  margin-top: 0.8rem
}
a {
  text-decoration: none;
  color: #008999;

}
a:visited {
  color: #008999;
}
a:hover {
  text-decoration: underline;
  color: #006979;
}

#root {
  min-height: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: 0
}