#flash {
  position: fixed; /* Position relative to the viewport */
  top: 0rem; /* Adjust to position below your navbars */
  right: 0rem;
  width: 100%; /* Or a width that suits your design */
  z-index: 1050; /* Ensure it's above other content */
  text-align: center;
}
