html, body {
	touch-action:none;
	content-zooming:none;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
	height: 100%;

	background-image: url("timer.gif");
	/*background-image: url("https://media0.giphy.com/media/26gs7E0hBzuLhOrVC/giphy.gif");*/
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	
	/* background: #333; */

	
}

#screen {
	width:100%;
	height:100%;
	margin:auto auto;
	position: fixed;
	top: 0; 
	bottom: 0;
	left: 0; 
	right: 0;

	cursor: pointer;
}

#zegarek {
	/*cursor: help;*/
}

.navbarWolniej {
  background-color: #333;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 2.6em;
  opacity: 0.42; 
 
}
.navbarWolniej a:hover {

  background-color: #ddd;
  opacity: 0.7;
  color: black;
}
.navbarSzybciej a:hover {

  background-color: #ddd;
  opacity: 0.7;
  color: black;
}
.navbarSzybciej a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 0.75em 0.75em;
  text-decoration: none; 
  font-size: 15px;
}
.navbarWolniej a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 0.75em 0.75em;
  text-decoration: none; 
  font-size: 15px;
}
.navbarSzybciej {
  background-color: #333;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  width: 3em;
  opacity: 0.42;
  font-size: 14px; 
}


/* Place the navbar at the bottom of the page, and make it stick */
.navbar {
  background-color: #333;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 14em;
  opacity: 0.42;
}

/* Style the links inside the navigation bar */
.navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 0.75em 0.75em;
  text-decoration: none;
  font-style: "Lucida Console", Monaco, monospace;
  font-size: 14px;
}

/* Change the color of links on hover */
.navbar a:hover {
  background-color: #ddd;
  opacity: 0.7;
  color: black;
}

 .navbar  a.api {
	cursor: help;
	background-color: #4CAF50;
  	opacity: 0.7;
  	color: white;
}


/* Add a color to the active/current link */
.navbar a.active {
  opacity: 0.7;
}

/* Add a color to the active/current link */
 .navbar  a.api:hover{
  text-decoration: underline;
}