.btn-primary {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;

  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;

  padding: 14px 32px;
  background: #06c694;
  border-radius: 50px;
  border: none;
  cursor: pointer;
}
