body{
	font-family: "Bookman", "Times New Roman", serif;
	font-size: 20px;
	margin: 0 !important;
	background-color: #fff;
}
.img{
	box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
	width:100%;
}
.img > img{
	width:100%;
	height:100%;
	animation-name: fade;
	animation-duration: 1.5s;
}
.antispam {
	display:none;
}
.tylkoCzytnik {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
@keyframes fade{ 
0% { opacity: 0.6;}
100% { opacity: 1;}
}
h1{
	text-align: center;
}
a{
    outline: none;
}
main{
	text-align: justify;
}
@media only screen and (max-width:1233px){
	main{
		text-align:left;
	}
}
.smallImg{
	display:none;
}
.largeImg{
	display:block;
}
@media only screen and (max-width:500px){
	.largeImg{
		display:none;
	}
	.smallImg{
		display:block;
	}
}