body {
  background: #333; }

* {
  font-family: "Roboto"; }

h1 {
  font-size: 40px;
  font-family: "Roboto";
  font-weight: 100;
  color: white;
  text-align: center;
  line-height: 100%;
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%; }
  h1 em {
    color: #e96200; }
