@import '../properties.css';

.bar {
  border-radius: var(--radius-medium);
  height: 53px;
  background: var(--color-grey-800);
  opacity: 0.9;
  z-index: 1;
  width: 100%
}

.bottom {
  bottom: 0;
}

.top {
  top: 0
}
