body {
color: white;
background-color: black;
font-family: Consolas, monaco, monospace;
}
a {
color: white;
}
a:visited {
color: white;
}
.sidebar {
  width: 250px;
  text-align: right;
  border: solid 1px white;
  padding: 5px;
}
.home {
width: 500px;
border: solid 1px white;
padding: 15px;
text-align: left;
}
.title {
border: solid 1px white;
width: fit-content;
margin: auto;
padding: 5px;
font-size: 15px;
}
.content {
  padding: 10px;
  width: fit-content;
  margin: auto;
}
.footer {
font-size: 12px;
  padding: 10px;
  color: #c932f2;
  text-shadow: 0px 0px 5px #14ff00;
}

.player {
	border: solid 1px white;
padding: 10px;
box-shadow: 3px 4px 3px 0px white;
background-color: #5e005ec4;
}

.now-playing {
	border: solid 1px white;
padding: 10px;
box-shadow: 3px 4px 3px 0px white;
background-color: #5e005ec4;
}

.history {
	border: solid 1px white;
padding: 10px;
box-shadow: 3px 4px 3px 0px white;
background-color: #5e005ec4;
}

.logo {
	border: solid 1px white;
padding: 5px;
box-shadow: 3px 4px 3px 0px white;
background-color: #5e005ec4;
}

.listeners {
  font-size: 25px;
width: fit-content;
margin: auto;
display: block;
margin-bottom: -25px;
}

html {
     margin:0;
     padding:0;
     border:0;
}


* {
     box-sizing: border-box;
}

#myVideo {
     position: fixed;
     right: 0;
     bottom: 0;
     min-width: 100%;
     min-height: 100%;
     z-index: -1;
}
a {
	color: white;
}

a:visited {
	color:white;
}
a:hover {
	color:grey;
}

.icast .player-wpr {
  max-width: 428px !important;
  min-width: 270px !important;
  height: 428px !important;
  background-color: #000 !important;
  font-family: 'Roboto Condensed',Arial,sans-serif !important;
  position: relative !important;
  margin: 0 auto !important;
  border-radius: 8px !important;
  overflow: hidden !important;
  mix-blend-mode: hard-light !important;
}