.button {
  border: 0;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  padding: 8px 13px 7px;
  text-decoration: none;
}

.button-main {
  background-color: #374151;
}

.button-main:hover {
  background-color: #0d131f;
}

.button-secondary {
  background-color: #6B7280;
}

.button-secondary:hover {
  background-color: #4B5563;
}

.button-danger {
  background-color: #DC2626;
}

.button-danger:hover {
  background-color: #B91C1C;
}

/* button add new transaction move to right */
.button-right {
  display: block;
  margin-left: auto;
  width: fit-content;
}

.button-full {
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px;
  border-radius: 8px;
  box-sizing: border-box;
}