.message {
  opacity: 0;
  position: fixed;
  bottom: -100%;
  right: 30px;
  transition: all 0.3s ease;
  overflow: hidden;
}