@font-face {
  font-family: "ubuntu";
  src: url("Ubuntu-Light.ttf");
  font-weight: 300;
}

@font-face {
  font-family: "ubuntu";
  src: url("Ubuntu-Regular.ttf");
  font-weight: 400;
}

/* ------------------------ */


body, html {
  height: 100%;
}

path {
  fill: #000;
}

/* ------------------------ */

body {
  font-family: 'ubuntu';
  margin: 0;
  background-color: #222;
  cursor: pointer;
}

#root {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: space-around;
  top: 0;
  left: 0;
}

h1 {

}

h2 {
  font-size: 3em;
  letter-spacing: 1px;
}

h3 {
  font-size: 1em;
  letter-spacing: 2px;
}

h2,
h3 {
  font-weight: 300;
  color:#fff;
  border-top: 1px #666 dotted;
  border-bottom: 1px #666 dotted;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  padding: 15px 0;
  background-color: #000;
  z-index: 11;
}



#console {
  display: block;
  height: 55px;
  position: absolute;
  top: 0;
  width: 333px;
}

#console > p {
  text-align: center;
  font-size: 1em;
  color:#fff;
  margin:0;
}

#spectrum {
  position: absolute;
  top: 0;
  left: 0;
  width:100%;
  height:100%;
}

.spk {
  position: absolute;
  width: 22px;
  background-color: #fff;
}

h1,
h2,
h3,
.spk {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, .9);
}
