.button {
  border: none;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  word-break: break-all;
  border-radius: 4px;
  line-height: 1.1 !important;
}

.bg-green {
  background-color: #04AA6D;
}

.bg-red {
  background-color: #f44336;
}