/* Generic section starts*/

# {
  font-family: "Heuristica-Regular.otf";
  font-weight: lighter;
}

@font-face {
  font-family: "Heuristica-Regular.otf";
  src: url('Heuristica-Regular.otf') format('opentype');
}


body {
  margin: 0;
  padding: 0;
  background-color: #FFF;
}


h2 {
  font-size: 25pt;
  color: #FFF;
  text-align: center;
  font-family: "Heuristica-Regular";
  font-weight: lighter;
  padding: 5px;
  letter-spacing: 0.05em;
  margin-top: 50px;
}

/* Generic section ends*/