label {
  display: block;
  margin-bottom: 5px;
}

nput {
  margin-bottom: 10px;
}

.other-amount {
  margin-bottom: 1rem;
}

.notification {
  position: fixed;
  top: 40px;
  right: 10px;
  background-color: #ffdd4c;
  padding: 1rem;
  border-radius: 5px;
  z-index: 999;
}

.notification button {
  background-color: transparent;
  border: 0;
  padding: 0.5rem;
}

.notification button:hover {
  color: #e15718;
}
