@font-face {
  font-family: 'Bank Gothic Medium';
  src: url(assets/Bank\ Gothic\ Medium.ttf);
}

body, html {
  font-family: 'Bank Gothic Medium', sans-serif;
  padding: 0;
  margin:  0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.letters {
  position:     absolute;
  left:         50%;
  top:          50%;
  transform:    translate(-50%, -50%);
  font-size:    70px;
}

body {
  background: #1d1d1d;
  position: relative;
}

/*
.animation {
  position: relative;
  width: 100%;
  height: 100%;
}
*/

.animation-component {
  color: antiquewhite;
  position: absolute;
  /*width: 100%;
  height: 100%;*/
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 50% 50%;
}

.btn {
  margin: .5em;
}

.control {
  position: absolute;
  margin: 1em;
  z-index: 100;
}

.slider {
  top: 3em;
  width: 100%;
}
.slider .ctrl-value {
  color: blanchedalmond;
}
.slider input {
  width: 500px;
  height: 20px;
  margin-right: 25%;
  transform: scale(1.5);
  transform-origin: 0 0;
}
