@font-face {
    font-family: 'Univers Light Condensed';
    src: url('/UniversLightCondensed-Regular.eot');
    src: url('/UniversLightCondensed-Regular.eot?#iefix') format('embedded-opentype'),
        url('/UniversLightCondensed-Regular.woff2') format('woff2'),
        url('/UniversLightCondensed-Regular.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}



html,
body {
  height: 100%;
}

body {
  margin: 0;
}

a{
  cursor:pointer;
  text-decoration: none;
  color: #1B9DD9;
  font-family: 'Univers Light Condensed';
  font-weight: 300;
  font-style: normal;
  font-size:1.25em;
}

.container {
  height: 100%;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.content {
  align-self: center;
  font-family: 'Univers Light Condensed';
  font-weight: 300;
  font-style: normal;
}

.text {
  font-size:2em; cursor:default;
}
