

footer {
  background-color: black;
  width: 100vw;
  height: 20vh;
  height: auto;

}

address {
  font-style: normal;
}

.footer-body {
  background-color: #222;
  padding: 20px 0; 
  text-align: center; 
  font-size: 14px;

}

.footer-content{
  font-size: 14px;
  font-weight: bold;
  background: linear-gradient(90deg, rgba(0, 212, 255, 1) 0%, rgba(255, 0, 255, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: none; /* Entfernt die Unterstreichung */
}

.footer-content p {
  margin: 5px 0;
}

