@font-face {
  font-family: futura-light;
  src: url(/futura-light.ttf);
}
html {
  background-color: #0A214A;  /*contemporary movement blue*/
  color: lightgrey;
  font-family: "futura-light";
  text-align: center;
}
h1 {
  line-height: 0.4;
  font-size: 32px;
}
h2 {
  line-height: 0.4;
  font-size: 24px;
}
h3 {
  line-height: 0.4;
  font-size: 20px;
}
p {
  line-height: 0.85;
  font-size: 18px;
}
.mail {
  font-size: 18px;
  color: lightgrey;
}
.nav {
  background: lightgrey;
  border: 4px solid lightgrey;
  color: #0A214A;
}
.chron {
  border: 4px solid lightgrey;
  height: 128px;
}