.merah {
  color: white;
  background-color: #03ba52;
  padding: 10px;
  font-weight: bold;
}

.merah:hover {
  color: white;
  background-color: #c52d2f;
}

.red {
  color: #808080;
  outline: none !important;
}

.red:hover {
  color: #c52d2f !important;
}

.red:focus {
  outline: none;
}
