.button {
  background: #286122;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  border-radius: 8px;
  padding: 10px 15px;
  min-width: 150px;
}
.button:hover {
  background: #0d542b;
  color: #fff;
}