* {
  box-sizing: border-box;
}

body {
    background-color: #070102;
    height: 100%;
	font-size: 12px;
	font-family: Verdana;
    color: #aaaaaa; 
}

a {
	text-decoration: none;
}

.background-image {
  position: fixed;
  z-index: -1;
  display: block;
  height: 1000%;
  filter: blur(10px) brightness(60%);
    background-repeat: no-repeat;
	background-size: cover;
}

.menu {
	padding: 0 8px;
	margin-top: 50px;
}

.menu div {
    background-color: white;
    padding: 8px;
    margin-top: 7px;
    display: inline-flex;
    width: 100%;
    color: black;
	 border-radius: 10px;
}

.menu div:hover {
    background-color: #eee;
}

.main {
  float: left;
  width: 60%;
  padding: 0 10px;
  overflow: hidden;
}

.logo {
    width: 100px;
    flex: 0 0 100px;
    height: 40px;
    display: inline-flex;
}

.stream {
    flex: 1 1 0%;
    display: inline-flex;
    flex-direction: column;
    margin: auto;
	font-size: 14px;
}

.link {
    color: white;
}

.content {
    overflow:auto;
	max-width: 250px;
	margin: auto;
}

.song_info {
	background-color: #333 !important; 
	color: #ccc !important;
	text-align:center;
	display:block !important;
	margin-bottom: 3px;
}
