body {
  background-image: url("/pics/pinkclover.gif");
  background-size: 92%;
  color: black;
  font-family: MS Gothic;
  margin: 0;
  padding: 0;
}

@font-face {
    font-family: "04B_30__"; 
    src: url("/fonts/04B_30__.TTF");
}

@font-face {
    font-family: "Willow"; 
    src: url("/fonts/willow.otf");
}

#linka {
  font-family: "Willow";
}

.main {
  position: absolute;
  background: #f6fef8;
  margin-left: 260px;
  margin-top: 35px;
  margin-bottom: 35px;
  padding: 5px;
  height: 1200px;
  width: 1000px;
  border: 1px solid #5AD539;
  border-radius: 15px;
}

.intro{
  position: absolute;
  margin-top: 240px;
  margin-left: 200px;
  width: 400px;
  height: 200px;
  border-width: 9px;
  border-style: solid;
  border-image: url("/borders/45.png") 10 fill round;
  padding: 10px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.text{
  position: absolute;
  margin-top: 240px;
  margin-left: 20px;
  width: 920px;
  height: 900px;
  border-width: 9px;
  border-style: solid;
  border-image: url("/borders/62.png") 10 fill round;
  padding: 10px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.titulka{
  position: absolute;
  background-image: url("/pics/9clovers.jpg");
  background-size: cover;
  width: 995px;
  height: 200px;
  border: 1px solid #5AD539;
  border-radius: 15px 15px 0 0;
}

.navigacia{
  position: absolute;
  margin-top: 240px;
  margin-left: 225px;
  width: 160px;
  height: 300px;
  z-index: 2;
  border: transparent;
}

.prava {
  position: absolute;
  margin-top: 1250px;
  margin-left: 730px;
}

ul {
  list-style: none;
}

li {
  list-style-position:inside;
  border: 1px solid #5AD539;
  width: 160px;
  background: linear-gradient(90deg, rgba(60,188,36,1) 35%, rgba(255,255,255,1) 100%);
}

a {
  text-decoration: none;
}

li a:hover {font-style: italic;}

#menucko {
  border: transparent;
  text-align: center;
  background: transparent;
}

#nadpis{
  list-style-position:inside;
  border: 1px solid #5AD539;
  width: 160px;
  height: 45px;
  text-align: center;
  background-image: url("/pics/bg62.jpg");
  background-repeat: repeat;
}

#cute {
  position: absolute;
  display: block;
  margin: auto;
  top: 140px;
  margin-left: 20px;
  font-family: "04B_30__";
  font-size: 3.5em;
  font-weight: 500;
  color: #FCE2F4;
  z-index: 10;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #FC6EBA;
}

::-webkit-scrollbar {
width: 14px;
height: 10px;
}

::-webkit-scrollbar-thumb {
background: linear-gradient(90deg, rgba(238,238,238,1) 38%, rgba(206,206,206,1) 62%);
border: 1.5px solid #888888;
border-radius: 5px;
}

::-webkit-scrollbar-track {
background: linear-gradient(90deg, rgba(230,230,230,1) 6%, rgba(240,240,240,1) 18%);
}

::-webkit-scrollbar-button {
display: block;
width: 14px;
height: 16px;
}

::-webkit-scrollbar-button:vertical:start:decrement {
background: white;
background-image: url("https://dl.dropbox.com/s/vtnpkuealr2f7u4/whc8iy3_d.png");
border: 1.5px solid #888888;
border-radius: 5px;
}

::-webkit-scrollbar-button:vertical:start:increment {
display: none;
}

::-webkit-scrollbar-button:vertical:end:decrement {
display: none;
}

::-webkit-scrollbar-button:vertical:end:increment {
background: white;
background-image: url("https://dl.dropbox.com/s/vtnpkuealr2f7u4/whc8iy3_d.png");
border: 1.5px solid #888888;
border-radius: 5px;
}