body {
  font-family: sans-serif;
}

/* Make content area fill the entire browser window */
html,
.fullscreen {
  display: flex;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
}

/* Center the content in the browser window */
.container {
  margin: auto;
  text-align: center;
}

.title {
  font-size: 3rem;
}

img.logo{
  width: 256px;
  height: auto;
}
.player{
  margin-top: 32px;
}

.copyright{
  color: silver;
  font-size: 12px;
  margin-top: 5vh;
}
.nowplaying{
  padding: 15px;
  text-transform: uppercase;
  font-weight: 600;
}
