body{
	white-space:  pre-wrap;
	font-family: Verdana;
	font-size: 2vw;
}
.circleBt{
	position: fixed;
	background: gray;
	height: 10vw;
	width: 10vw;
	border-radius: 5vw;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 1);
	-moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 1);
	box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 1);
}
.circleBt:hover{
	background: black;
}
.speedSlider {
	position: fixed;
	-webkit-appearance: none;
	transform: rotate(270deg);
	width: 30vw;
	height: 1.5vw;
	top: 28vw;
	right: -9vw;
	border-radius: 5px;
	background: #d3d3d3;
	outline: none;
    	opacity: 0.5;
    	-webkit-transition: .2s;
    	transition: opacity .2s;
    	border: 1px solid gray;
	visibility: hidden;
}

.speedSlider:hover {
    	opacity: 1;
}

.speedSlider::-webkit-slider-thumb {
    	-webkit-appearance: none;
    	appearance: none;
    	width: 25px;
    	height: 25px;
    	border-radius: 50%;
    	background: gray;
    	cursor: pointer;
}

.speedSlider::-moz-range-thumb {
    	width: 25px;
    	height: 25px;
    	border-radius: 50%;
    	background: #4CAF50;
    	cursor: pointer;
}
.pauseLeftBar{
	position: absolute;
	background-color: white;
	top: 2.25vw;
	left: 2.5vw;
	width: 2vw;
	height: 5.5vw;
}
.pauseRightBar{
	position: absolute;
	background-color: white;
	top: 2.25vw;
	left: 5.5vw;
	width: 2vw;
	height: 5.5vw;
}
.playArrow{
	position: absolute;
	width: 0; 
	height: 0; 
	border-top: 3vw solid transparent;
	border-bottom: 3vw solid transparent;
	border-left: 5vw solid white;
	left: 3.5vw;
	top: 2vw;
}
.homeRoof{
	position: absolute;
	width: 0; 
	height: 0; 
	border-left: 3vw solid transparent;
	border-right: 3vw solid transparent;
	border-bottom: 2.5vw solid white;
	left: 2vw;
	top: 2vw;
}
.homeWall{
	position: absolute;
	background-color: white;
	top: 4vw;
	left: 3vw;
	width: 4vw;
	height: 3.5vw;
}
#pauseBt{
	right: 2vw;
	top: 2vw;
	visibility: hidden;
}
#playBt{
	right: 2vw;
	top: 2vw;
	visibility: visible;
}
#homeBt{
	right: 2vw;
	bottom: 2vw;
	background-color: #4d4dff;
}
#homeBt:hover{
	background-color: #000080;
}
#buttons{
	position: fixed;
}
#song{
	margin-top: 0vw;
}
