@font-face {
  font-family:"Architects Daughter";
  src: url("../../index-2.html") format("truetype");
}
  html, body {
    height: 100%;
    margin: 0;
	color: #5a4f53;
  }

  body {
    background-image: url(images/karton-tlo2.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    display: flex;
    align-items: center;
    justify-content: center;
	font-family: "Architects Daughter", cursive, sans-serif;
  }

  canvas {
    border: 27px solid #5a4f53b5;
	margin-left: 79px;
  }

#tetris {
position: absolute;
    top: 268px;
    right: 245px;
    font-size: 42pt;
}

#punkty {
	width: 100px;
    height: 30px;
    position: relative;
    top: -158px;
    left: -79px;
    font-size: 70pt;
}
#punktytxt {
	width: 100px;
    height: 30px;
    position: relative;
    top: -200px;
    left: 20px;
    font-size: 39pt;
}


a {
  color: #5a4f53;
}

			#powrotdokos {
			position: absolute;
			left: 30px;
			top: 30px;
			width: 150px;
			height: 30px;
			background-color: #999;
			border-radius: 10px;
			text-align: center;
			padding-top: 12px;
			}
			
#logo { 
    left: 9px;
    top: 7px;
    position: absolute;
    z-index: 11;
    opacity: 0.6;
}

#produkt { 
	position: absolute; 
	left: 350px; bottom: 506px;width: 100px; height: 100px; background-color: #333; background-image: 
	url("../../index-2.html"); margin-left: auto; margin-right: auto;
	z-index: 2;
	box-shadow: 11px 5px 10px #aaaaaa;
}

#tlo { 
	background-image: url(../../index-2.html);
    background-repeat: no-repeat;
    background-position: top center;
    width: 800px;
    height: 800px;
    left: 0px;
    top: 0px;
    position: absolute;
    z-index: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

#lamp-left { 
	background-image: url(../../index-2.html);
    background-repeat: no-repeat;
    width: 146px;
    height: 134px;
    left: 120px;
    top: 0px;
    position: absolute;
    z-index: 11;
}

#lamp-right { 
	background-image: url(../../index-2.html);
    background-repeat: no-repeat;
    width: 145px;
    height: 134px;
    right: 120px;
    top: 0px;
    position: absolute;
    z-index: 11;
}


#save { 
	background-color: #2e304cdb;
    width: 765px;
    height: 150px;
    left: 0px;
    bottom: 0px;
    position: absolute;
    z-index: 100;
    visibility: hidden;
    padding-left: 35px;
    color: white;
}

#wyniki { 
    width: 765px;
    height: 800px;
    left: 0px;
    bottom: 0px;
    position: absolute;
    z-index: 100;
    padding-left: 35px;
	font-size: 15pt;
}
#w {
	margin-top: -22px;
    border-top: #665d63;
    border: 1px #5a4f53;
    border-bottom-style: dotted;
    width: 715px;
    padding-left: 10px;
}
#ww {
	z-index: 11;
    position: relative;
    left: -172px;
    font-size: 20pt;
    bottom: -291px;
}

#help {
	background-image: url(../../index-2.html);
    background-repeat: no-repeat;
    z-index: 100;
    position: absolute;
    left: 320px;
    top: 41px;
    color: #2e304c;
    text-align: center;
    width: 282px;
    height: 186px;
    padding-top: 42px;
    font-size: 20pt;
}

#cofnij {
	position: absolute;
    top: 30px;
    left: 30px;
}

.blink {
animation-duration: 1s;
animation-iteration-count: infinite;
animation-name: blink;
}

@keyframes blink {
0% {opacity: 1;}
75% {opacity: 1;}
76% {opacity: 0;}
100% {opacity: 0;}
}

