.notifications {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}