

.bt1{
    
      padding: 0.6rem 1.3rem;
 background-color: #fff;
  border: 2px solid #fafafa;
  font-size: 0.95rem;
  color: #00c32c;
  line-height: 1;
  border-radius: 5px;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  margin: 0;
  width: 100%;
    
}
.bt1:hover {
  background-color: transparent;
  color: #fff;
}
    
