.confirm {
  color:white;
  background:#f09683;
  border:none;
  border-radius:30px;
  padding:.6rem 2rem;
  text-decoration:none;;
}

.confirm:hover {
  background:#e25555;
}

.cancel {
  color:white;
  background:lightgrey;
  border:none;
  border-radius:30px;
  padding:.6rem 2rem;
  text-decoration:none;
}

.cancel:hover {
  background:#AEAEAE;
}

.more {
  border-radius:15px;
  border:none;
  padding:.5rem 4rem;
  margin-bottom:1rem;
  color:white;
  background:#f09683;
} 

.more:hover {
  background:#e25555;
}