#alertx {
	margin-top: 10px;
	position: absolute;
	right: 0px;
}
#alert {
	position: absolute;
	width: 78%;
	height: 20%;
	border-radius: 10px;
	background: rgb(43, 54, 67);
	padding-bottom: 15%;
	margin-top: 320px;
	margin-left: 12%;
	margin-bottom: 1%;
}
.alerttekst {
	font-family: Noto Sans;
	color: #FFFFFF;
	width: 95%;
	text-align: center;
	margin: auto;
	font-size: 18pt;
}
#main {
	position: relative;
	width: 80%;
	height: 100%;
	display: block;
	border-radius: 10px;
	background: rgb(0, 0, 0, 0.8);
	padding-bottom:2%;
	padding-top: 1px;
    margin: auto;
	margin-bottom: 1%;
}
#menu a {
	color: #FFFFFF;
	text-decoration: none;
}
#menu {
	position: relative;
	width: 80%;
	height: 10%;
	vertical-align: middle;
	text-align: center;
	margin: auto;
	display: block;
}
#tekst {
    font-family: Noto Sans;
	color: #FFFFFF;
	width: 95%;
	text-align: center;
    margin: auto;
}
#kliknij {
    font-family: Noto Sans;
	color: #FFFFFF;
	width: 95%;
	text-align: left;
    margin: auto;
	font-size: 8pt;
}
.tekst4 {
    font-family: Noto Sans;
	color: #FFFFFF;
	width: 95%;
	text-align: center;
    margin: auto;
	font-size: 14pt;
}
#tekst5 {
    font-family: Noto Sans;
	color: #FFFFFF;
	width: 95%;
	text-align: center;
    margin: auto;
	font-size: 18pt;
}
#tekst1 {
    font-family: Noto Sans;
	color: #FFFFFF;
	width: 95%;
	height: 15%;
	letter-spacing: -3px;
	font-size: 36pt;
	text-align: center;
	margin: auto;
	display: block;
	padding-bottom: 2%;
}
a {
	color: #adadad;
	text-decoration: none;
}
.linki {
	font: normal bold 20px/1 "Open Sans", sans-serif;
	color: #ffffff;
	background-color: #666666;
	padding: 1.5% 4%;
	display: inline-block;
	border-radius: 8px;
	text-align: center;
    margin: 0.5%;
}
#stopka {
	border-radius: 10px;
	width: 80%;
	max-height: 2%;
	position: absolute;
	background: rgb(0, 0, 0, 0.8);
	text-align: center;
	font-size: 8pt;
	color: #FFFFFF;
	margin: 10%;
	margin-bottom: 0;
	bottom: 0;
	margin-top: 2%;
}
.blink {
animation-duration: 1s;
animation-iteration-count: infinite;
animation-name: blink;
font-family: Comic Sans MS;
text-align: center;
color: #feaa00;
font-weight: bold;
}
@keyframes blink {
0% {opacity: 1;}
75% {opacity: 1;}
76% {opacity: 0;}
100% {opacity: 0;}
}
#a {
	width: 100%;
	min-height: 100%;
	position: relative;
}
/*najwieksza rozdzielczosc laptopów*/
@media only screen and (max-width: 1000px) {
}
/*średni telefon lub IPad*/
@media only screen and (max-width: 680px) {
}
img {
	max-width: 49%;
    height: auto;
    width: auto;
}
iframe {
    width: 80%;
	border: 0;
}
table {
	width: 95%;
	background-color: #151517;
	margin: auto;
}
td {
	text-align: center;
	color: #FFFFFF;
	border: 1px solid #444444;
}
p {
	text-align: center;
}
html, body {
		       margin:0;
		       padding:0;
		       height:100%;
			   background-image: url("tlo.jpg");
}
a:hover {
	text-decoration: underline;
}