body {
  background-color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;

}
#input1 {
    font-size: 50px;
    
    width: 68%;
}

#btn1 {
    font-size: 50px; background-color: #fede43;
}

#kontejner {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  border: 1px solid #6f90ba;
  background-color: #BFFFB3;
  border-radius: 0px 25px 25px 25px;
}

#listahlv {  
  height: 80px;
  width: 100%;
  background-color: #216f45;
  text-align: center;
  font-size: 40px;
  border-radius: 0px 25px 0px 0px;
}

#logo {
  margin-left: -380px;
}

#textpozadi {
  font-size: 50px;
  margin-top: 40px;
  text-align: center;
}

#listavedl {
  height: 40px;
  width: 100%;
  background-color: #35963d;
  text-align: center;
  font-size: 50px;
}

#pozadi {
  min-height: 1600px;
  width: 100%

  background-color: #BFFFB3;
  
}


#bottom {
  height: 80px;
  width: 100%;
  background-color: #216f45;
  border-radius: 0px 0px 25px 25px;  
}

@media only screen and (min-width: 1000px) {
body {
  background-color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;

}
#input1 {
  height: 25px; width: 265px; font-size: 20px;
}

#btn1 {
  height: 33px; width: 150px; font-size: 22px; background-color: #fede43;
}

#kontejner {
  margin: 0 auto;
  width: 1000px;
  border: 1px solid #6f90ba;
  background-color: #BFFFB3;
  border-radius: 0px 25px 25px 25px;
}

#listahlv {  
  height: 80px;
  width: 100%;
  background-color: #216f45;
  text-align: center;
  font-size: 40px;
  border-radius: 0px 25px 0px 0px;
}

#logo {
  margin-left: -380px;
}

#textpozadi {
	font-size: 24px;
	margin-top: 40px;
	text-align: center;
}

#listavedl {
  height: 40px;
  width: 100%;
  background-color: #35963d;
  text-align: center;
  font-size: 28px;
}

#pozadi {
	min-height: 600px;
	width: 100%;
	background-color: #BFFFB3;
	
}


#bottom {
  height: 80px;
  width: 100%;
  background-color: #216f45;
  border-radius: 0px 0px 25px 25px;  
}
}

