.notification {
  position: fixed;
  top: 32px;
  right: 32px;
  width: 200px;
  border-top: 1px solid #b6166c;
  border-right: 1px solid #b6166c;
  border-bottom: 1px solid #b6166c;
  border-left: 8px solid #b6166c;
  background-color: #fcf9fc;
  padding: 16px;
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.35);
  z-index: 2001;
  word-wrap: break-word;
}
