/* Initial state of the loading animation/message */
.loading {
  display: block; /* Show loading animation initially */
  font-size: 16px;
  color: gray;
  text-align: center;
  margin: 20px;
}

/* Hidden state */
.hidden {
  display: none; /* Hide the element */
}

.footer-container {
    display: none;
}