.back-button {
  width: 0.8rem;
  height: 0.8rem;
  background-color: #891d86;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.back-button img {
  width: 0.4rem;
  height: 0.4rem;
}
