#notifications {
  cursor: pointer;
  position: fixed;
  right: 30px;
  top: 20px;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  z-index: 9999;
  max-width: 400px;
}
