html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  font-family: Roboto Serif, ui-serif, Georgia, Cambria, Times New Roman, Times,
    serif;
  font-size: 1rem;
  line-height: 1.5rem;
  background-color: #ebebe5;
}
body {
  margin: 50px;
  line-height: inherit;
}
.header {
  line-height: 1;
  padding-bottom: 10px;
  border-bottom: solid;
}
.nav-link {
  margin: inherit;
}

.right {
  float: right;
}
