#warning {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  color: #333;
  padding: 15px;
  text-align: center;
  transition: top 0.5s ease-in-out;
  z-index: 9998;
  font-family: 'Madimi One';
  font-weight: 400;
  font-style: normal;
  padding: 10px;
}

#warning-content {
  white-space: normal;
  word-wrap: break-word;
}