

.btn-important {
  border: 1px solid black;
  background: red;
  position: relative;
  color: #fff;
  z-index: 1;
  border-radius: 30px;
}
