.message {
  position: fixed;
  z-index: 100;
  top: 20px;
  left: 0;
  width: 100%;
  background-color: white;
  padding: 20px;
}
