.btn{
    width: 130px;
    padding: 12px 20px;
    margin: 10px;
    /* margin-left: 10px; */
    /* margin-right: 10px; */
    font-size: 16px;
    color:black;
    background:none;
    border: none;
    /* width:130px; */
    border-radius: 20px;
    cursor: pointer;
    /* transition: background-color 0.3s ease;*/
    box-shadow: 0 0 6px rgba(46, 125, 50, 0.5);
}
.atag{
  color: forestgreen;
  text-decoration: none;
}.atag:hover{
  text-decoration: underline;
  color:black;
}
#plantName{
    width: 320px;
    padding: 12px 16px;
    font-size: 16px;
    border: 1px solid #4CAF50;
    border-radius: 20px;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    transition: border 0.3s, box-shadow 0.3s;
}
.upload-btn
 {
    margin: 10px;
    display: inline-block;
    padding: 12px 20px;
    color:black;
    /* width:130px; */
    border-radius: 20px;
    cursor: pointer;
    /* transition: background-color 0.3s ease;*/
    box-shadow: 0 0 6px rgba(46, 125, 50, 0.5);
  }
  .upload-btn:hover,
  .btn:hover
   {
    background-color: #388E3C;
    border: 1px solid #4CAF50;
    transition: background-color 0.3s, box-shadow 0.3s;
    box-shadow: 0 0 6px rgba(46, 125, 50, 0.5);
    color:white;
  }