
.add-button {

}

.add-button:hover {
  cursor: pointer;
  transition: .2s;
  background-color:#f34a00;
  border: none;
}

