*{
	margin:0;
	padding:0;
}
#game{
	height: 100%;
	width: 100%;
	position: relative;
	background: black;
}

#bricks{
	top: 10%;
	left: 10%;
	right:10%;
	position: absolute;
	width: 80%;
	height:40%;
	background: yellow;
}

.bricks{
	position: absolute;
	width: 8%;
	height: 8%;
	border: 1px solid;
}

#ball{
	position: absolute;
	height:1vh;
	width: 1vw;
	border-radius: 50%;
	background: white;
	bottom: 15%;
	left: 45%;
}

#slider{
	position: absolute;
	height:5px;
	width: 15vw;
	left:45%;
	bottom: 10%;
	background: red;
}
