
.btn2{
  padding: 10px;
  outline: none;
  width: 150px;
  border-radius: 5px;
  border-style: none;
  background-color: rgb(28, 131, 28);
  color: whitesmoke;
  font-weight: 600;
  margin-top: 10px;
}
.btn2:hover {
 background-color: rgb(1, 63, 1);
}
.status {
 color:#fff;
 text-align: center;
 margin: 5px;
 font-weight: 600;
}