
span
{
	font-family: 'Open Sans';
	font-size: 45px;
}

#frame
{
	   background: -webkit-linear-gradient(top, #D6C89F 0%,#FBD9A7 50%,#D6C89F 100%);
}

.ploscice
{
	position: fixed;
    top: 30%;
    width: 810px;
    height: 900px;
    left: 555px;
}

.ploscica-spomin
{
	width: 200px;
	height: 200px;
	position: relative;
	float:left;
	margin:1px;
	z-index: 1000;

}

.ploscica-spomin > .ploscica-spredaj
{
	position:absolute;
	width: 200px;
	height: 200px;	
	border-radius:10px;
	transform: rotateY(180deg);

}

.ploscica-spomin > .ploscica-zadaj
{
	position:absolute;
    background: url(../imgs/logo.jpg); 
     width: 200px;
	height: 200px;	
	border-radius:10px;
	backface-visibility:hidden;
}

.posast
{
	position: fixed;
    bottom: 0%;
    left: 100px;
	width:316px;
	height:500px;
	background-image: url("../imgs/posast-igra12.png") ;
}

.naslov
{
	text-align: center;
    font-size: 19px;
    position: absolute;
    color: #C7C6C6;
    left: 204px;
    bottom: 395px;
}

.cas-napis
{
	font-size:50px;
	right: 15%;
    top: 35%;
    position: absolute;

    -webkit-text-stroke: 2px black;
}

.cas
{
	font-family:arial;
	font-size:50px;
	right: 7%;
    top: 35%;
    position: fixed;

    -webkit-text-stroke: 2px black;
}

.pari
{
	font-size:50px;
	right: 3%;
    top: 45%;
    position: absolute;
 
    -webkit-text-stroke: 2px black;

}



