@font-face {
    font-family: 'Bender';
    src: url('../fonts/jovanny_lemonad_-_bender-webfont.woff2') format('woff2'),
         url('../fonts/jovanny_lemonad_-_bender-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

a,
a:focus,
a:hover {
  color: #fff;
}

html,
body {
  height: 100%;
  background-color: black;
  font-family: 'Bender';    
  font-weight: 400;
  line-height: 1.75;
  color: #9a8866;
}

body {
  display: -ms-flexbox;
  display: flex;
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
}

.cover {
  padding: 0 1.5rem;
}

.mastfoot {
  color: rgba(255, 255, 255, .5);
}

.clock {
    font-size: 50px;
    display: inline-block;
    width: 180px;
    margin: 1em;
}