html, body { background-color: rgba(185, 235, 168, 1);
background-image:  url(https://kustosz.stempel.org.pl/1036/100021638505955779.png);
background-size: auto;
background-position: left top;
background-repeat: repeat;
margin: 0;
padding: 0;
text-align: center;
font-size: 20px;

cursor: url(NORMAL.cur), auto;


}

a {
	color: #2f4f4f;
	text-decoration: none;

	padding: 2px 4px;
	border-bottom: 2px dashed #ffb6c1;
}

#menu {
	background: #fff;
}

#menu a {
	padding: 20px 25px;
	text-decoration: none;
	display: inline-block;
	text-align: left;
	box-sizing: border-box;
	font-family: Times New Roman;
}

tekst {
	border-radius:20px;
	border: 5px #5F9BD1 solid;
	padding: 20px 25px;
	margin: 20px;
	background: #FFF8DC;
	text-decoration: none;
	display: inline-block;
	box-sizing: border-box;
	width: 40%;
	text-align: center;

}

.btn {
	margin: 20px;
	background: #3498db;
	background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
	background-image: -moz-linear-gradient(top, #3498db, #2980b9);
	background-image: -ms-linear-gradient(top, #3498db, #2980b9);
	background-image: -o-linear-gradient(top, #3498db, #2980b9);
	background-image: linear-gradient(to bottom, #3498db, #2980b9);
	-webkit-border-radius: 28;
	-moz-border-radius: 28;
	border-radius: 28px;
	text-shadow: 0px 1px 3px #ffffff;
	font-family: Georgia;
	color: #ffffff;
	font-size: 20px;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
}

.btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

.GeneratedText {
font-family:'Times New Roman', serif;font-size:22mm;letter-spacing:0.2em;line-height:0.3em;padding:0.5em;
text-decoration: none; content: '';
}