.snackbar {
  display: flex;
  width: 30%;
  justify-content: space-around;
  align-items: center;
  padding: 1rem;
  background-color: var(--info-color);
  color: white;
  position: fixed;
  bottom: 2%;
  border-radius: 3px;
  z-index: 2;
  visibility: hidden;
}
