body 
{
	font-family: Monospace;
	font-weight: bold;
	background-color: #333333;
	margin: 0px;
	overflow: hidden;
}

.info {
	position: absolute;
	top: 20px;
	font-family: Verdana;
	text-align: center;
	z-index: 100;
	display:block;
	color: #fff;
	font-size: 20px;
}

.info2 {
	position: absolute;
	bottom: 6%;
	margin-left: 40%;
	width: 20%;
	text-align: center;
	z-index: 100;
	display:block;
	color: #fff;
	font-size: 20px;
}
.info3 {
	position: absolute;
	top: 80px;
	margin-left: 20px;
	z-index: 100;
	display:block;
	color: #fff;
	font-family: Verdana;
	font-size: 12px;
	color: #ffff00;
	border: 1px solid #aaaaaa;
    border-radius: 8px;
	opacity: 0.55;
	padding: 10px 10px 10px 10px;
	}
	.info4 {
	position: absolute;
	top: 5%;
	right:10%;
	font-family: Verdana;
	text-align: center;
	z-index: 100;
	display:block;
	color: #00ffff;
	font-size: 20px;
}
	.uwaga {
    color: #00ffff;
	font-weight: 550;
	
	font-size:20;
}
button {
	-webkit-appearance: none;	
	font-family: Verdana;
	font-size: 12pt;
	text-align: center;
	position: absolute;
	min-width: 80px;
	border-radius: 8;
	z-index: 100;
}

.pauseButton {
	right: 250px;
	top: 50px;
}
.playButton {
	right: 150px;
	top: 50px;
}

button:hover {
  background-color: yellow;
}
.pauseButton:hover {
  background-color: yellow;
}	
.playButton:hover {
  background-color: orange;
}
.HButton:hover {
  background-color: pink;
}