@charset "UTF-8";

body {
  font-family: "Play";
  color: #212529;
  background-color:#ccc ;
}

#header {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -10px;
  width: 100% ;
  height:  120px;
  background: #4d6600;
  text-align: center;
  color: yellow;
  text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#box {
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
  border-radius: 10px;
  background: #fff !important;
  padding: 10px;
  height: 100%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 10px;
  padding: 20px;
  margin-top: 10px;
}

input[type=text] {
  margin-left: auto;
  margin-right: auto;
  width:  500px;
  padding: 10px;
  height: 50px;
  border: 2px solid #ccc;
  border-radius: 5px;
  font-size: 18px;
  color:#4d6600;
  font-weight: bold ;
  font-family: "Play";
  display: block;


}

button {
  border: 2px solid #ccc;
  border-radius: 5px;
  text-align: center;
  color :rgb(0, 0, 0)
  font-size: 16px;
  padding: 5px;
  height: 40px;
  width: 40px;
  display: inline;
  transform: scale(1.05);
}


h1 {
  margin-top: 10px;
  font-size:40px;
}

h3 {
  width: 1000px;
  height: 20px;
  margin-top: 30px;
  margin-bottom: 5px;
  display: table-caption;
  font-size:18px;
  text-align: center;
}

h6{
 font-size: 16px;
 color: white;
 margin-top: -10px; 
}

#title {
  margin-top: 320px;
  text-align: center;
  text-shadow: 1px 1px 2px black, 0 0 2px blue, 0 0 1px darkblue;

}
ol{
  margin-top: 30px;
  text-align: left;
  line-height: 25px;
}

#farm {
  width:  885px;
  height: 110px;
  border-radius: 5px;
  font-size: 14px;
  padding: 10px;
  text-align: left;
  float: left;
  margin-left: 40px;
}

#farmer_data {
  width:  380px;
  height: 100px;  
  border-radius: 5px;
  font-size: 14px;
  padding: 5px;
  text-align: left;
  float: left;
  margin-left: 5px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;

}

#cur_data {
  width:  470px;
  height: 100px; 
  border-radius: 5px;
  font-size: 14px;
  padding: 5px;
  text-align: left;
  float: right;
  margin-left: 5px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;

}

#current {
  width:  260px;
  height: 250px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
  border-radius: 5px;
  background-color: #f9ffe5;
  font-size: 16px;
  padding: 10px;
  text-align: center;
  float: left;
  margin-left: 40px;

}

#predicted {
  width:  260px;
  height: 250px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
  border-radius: 5px;
  background-color: #99cc00;
  font-size: 16px;
  padding: 10px;
  text-align: center;
  float: left;
  margin-left: 50px;

}


#improvement {
  width:  260px;
  height: 250px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
  border-radius: 5px;
  background-color: #4e6600;
  font-size: 16px;
  padding: 10px;
  text-align: center;
  color: #fff;
  float: left;
  margin-left: 50px;

}

#reco_nut {
  width:  260px;
  height: 250px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  border-radius: 5px;
  background-color: #e6f9ff;
  font-size: 16px;
  padding: 10px;
  text-align: center;
  float: left;
  margin-left: 40px;
  margin-top: 10px;

}

#reco_coppice {
  width:  260px;
  height: 250px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  border-radius: 5px;
  background-color: #4dd5ff;
  font-size: 16px;
  padding: 10px;
  text-align: center;
  float: left;
  margin-left: 50px;
  margin-top: 10px;

}

#reco_alt {
  width:  260px;
  height: 250px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  border-radius: 5px;
  background-color: #006280;
  font-size: 16px;
  padding: 10px;
  text-align: center;
  color: #fff;
  float: left;
  margin-left: 50px;
  margin-top: 10px;
}


#farmer {
  background-image: url("farmer.png");
  background-repeat: no-repeat;
  background-position: top-left;
  width:  885px;
  height: 330px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  border-radius: 5px;
  background-color: #e6f9ff;
  font-size: 16px;
  padding: 10px;
  text-align: left;
  float: center;
  margin-left: 40px;
  margin-top: 5px;
 
}




