.home-pedir {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--kfc-white);
  padding: 2rem;
}

.home-pedir button {
  width: 10rem;
}