.notices {
  position: fixed;
  width: 600px;
  top: 3px;
  margin-left: -300px;
  left: 50%;
  z-index: 1000;
  cursor: pointer; }
