body {
  background-color: #000;
  color: #fff;
}

#stations {
  font-size: 22px;
  font-family: robotomono;
  margin-top: 40px;
}

#stations div {
  padding: 10px;
  float: left;
  background-color: #444;
  margin: 10px;
}

#stations div span {
  padding: 10px;
}

#stations div:hover {
  cursor: pointer !important;
  color: #f00 !important;
}

#playing {
  display: none;
  background-color: #222;
  color: #f00;
  padding: 10px 10px 10px 10px;
  font-family: robotomono;
  font-size: 20px;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 25px;
  text-align: center
}

#playing span {}

#youtube {
  display: none;
  background-color: rgba(64, 64, 64, 1);
  padding: 15px;
}

#youtube ul {
  list-style: none;
}

#outube ul li {
  vertical-align: middle;
  margin: 20px 0;
}

#youtube img {
  width: auto;
  height: 50px;
  padding: 0 20px 0 0;
}

#youtube ul a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
}

@font-face {
  font-family: 'robotomono';
  src: url('../fonts/RobotoMono-Regular.woff2') format('woff2'),
    url('../fonts/RobotoMono-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
