.centered {
  text-align: center;
}

.notification-message {
  position: fixed;

  @media (min-width: 768px) {
    bottom: 2rem;
    right: 2rem;
    width: 20%;
    z-index: 1;
  }

  @media (max-width: 768px) {
    width: 80%;
    margin-left: 10%;
    z-index: 1;
  }
}