/** Generated by FG **/
@font-face {
  font-family: 'Conv_WIREFRAM';
  src: url('../fonts/WIREFRAM.eot');
  src: local('☺'), url('../fonts/WIREFRAM.woff') format('woff'), url('../fonts/WIREFRAM.ttf') format('truetype'), url('../fonts/WIREFRAM.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
    background: #fafafa;
    font-family: Helvetica, Arial, sans-serif;
    color: #333;
    margin: 0;
    overflow: hidden;
}

#credit {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: grey;
    text-decoration: none;
    font-size: 12px;
    display: none;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

#overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  display: none;
}

#words {
  text-align: center;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#title {
  font-size: 150px;
}

#controls {
  font-size: 50px;
}

#message {
  font-size: 25px;
}

