body 
{
font-family: 'Inconsolata', monospace;
background-color:#64cdff;
font-weight:700;

}

#container
{
	width:920px;
	height:448px;
	margin-left:auto;
	margin-right:auto;
	background-color:white;
	border-radius: 5%;
	
}

#logo1
{
	font-size: 32px;
	text-align: center;
	position: relative;
	top:70px;

}




#zegar

{
	color:red;
	
	
}


#lama
{
	margin-left:100px;
	font-size:30px;
	color:#C40101;
	float:left;
	margin-top:-25px;
	
}

#plansza
{
	
	width:900px;
	margin-top:85px;
	margin-bottom:20px;
	text-align:center;
	font-size:40px;
	min-height:60px;
	
}

#photo
{
	float:left;
	width:446px;
	text-align:center;
	max-height:280px;
	min-height:280px;
	margin-bottom:10px;
	margin-top:15px;
	margin-left:10px;

}

#alfabet
{
	margin-top:10px;
	float:left;
	width:430px;
	text-align:center;
	margin-left:20px;
	
}

.litera
{
	width: 30px;
	height: 30px;
	font-size:25px;
	text-align:center;
	padding:5px;
	margin:5px;
	border:3px solid black;
	float: left;
	cursor:pointer;
	border-radius:15px;
}
.litera:hover
{
	background-color:#FFB22C;	
	
}
.reset
{
	cursor:pointer;
	font-size:42px;	
	color:red;
	margin-top:65px;
	
}

.reset:hover
{
	opacity:0.5;
}

.pies
{
	
	margin-top:50px;
	font-size:38px;	
	color: black;
	
}

.kot
{
background-color:red;
}


.jeden
{
	background-color:#64cdff;
	font-size:22px;
	color:#fff;
	float:left;
	margin-left:250px;
	margin-top:-15px;
		border-radius: 5%;
}

.dwa
{
	font-size:22px;
	color:#fff;
	float:left;
	margin-left:30px;
	margin-right:60px;
	background-color:#64cdff;
	margin-top:-15px;
}





@media only screen and (max-width: 1000px) {


 #photo {
 	float: none ;
 	margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
 }


 #alfabet {
    margin-left: auto;
    margin-right: auto;
    float: none;
}
#container
{
	height: 100vh;
}

#alfabet {
    margin-top: 100px;
    width: fit-content;
	margin-bottom: 100px;

}
.litera {
    width: 100px;
    height: 100px;
    font-size: 84px;
    font-weight: 100;
}
.jeden
{
	font-size: 50px;
	margin-left: 100px;
	

}

.dwa
{
font-size: 50px;
}

#lama

{
	font-size: 80px;
	margin-top: 20px;
	text-align: center;
	margin-left: 300px;

}


#plansza
{
	font-size: 78px;


}

#logo1*
{
    font-size: 67px
}
.pies

{
	font-size: 75px;
}

.reset

{
 
 font-size: 85px;


}



  
}