header {
      height: 120px;
         }

   h1 {
height: 58px;
text-align: center;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
color: beige;
   }
h2 {
    color: beige;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: rgb(65, 147, 14);
  border: none;
  padding: 4px;
  border-radius: 12px;
  text-align: center;
  left: 50%;
  top: 40%;
  position: relative;
  transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
  width: 70%;
}
  #prashalnik {
    background-image: url("globalagriculture.jpg");

   }
label {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: beige;
    font-size: 18px;
}

select {
color: beige;
background-color:  #205a45;
font-size: 14px;
column-rule-color: beige;

}
#results {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
border-collapse: collapse;
}

#results td, #results th {
    border: 1px solid #ddd;
    padding: 8px;
  }

#results tr:nth-child(even){background-color: #f2f2f2;}

#results tr:hover {background-color: #ddd;}

#results th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #205a45;
    color: beige;
    font-size: 18px;
  }
.prasanje1 {
    text-align: center;
}

input {
    position: relative;
top: 40%;
left: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
width: 20%;
background-color: rgb(31, 77, 61);
  border: none;
  padding: 4px;
  text-align: center;
  color: beige;
  
  
  font-size: 18px;
  margin: 4px 2px;
  cursor: pointer;
border-radius: 12px;
color: beige;

}