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