/* Initial state for footer */
#footer-privacy {
  opacity: 1; /* Initially hidden */
  margin-top: 6px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 100px;
  z-index: 0;
  position: relative;
  font-family:"Dosis", sans-serif;
}

footer a {
  color: blue;
}

footer p {
  margin: 10px;

  font-family:"Dosis", sans-serif;
}
