* {
  box-sizing: border-box;
}

.notification {
  position: absolute;
  z-index: 1;
}

.container {
  display: flex;
  flex-direction: column;
}

