<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  height: 4rem;
  width: 100%;
  background: linear-gradient(0deg, rgb(163, 220, 255) 0%, rgba(254,254,254,1) 100%);
  color: black;
  text-align: center;
  display: flex;
  box-shadow: 0px -12px 50px -10px rgba(0,0,0,0.5);
  justify-content: center;
  align-items: center;
}

.copyright {
  font-weight: 500;
  font-style: italic;
  font-family: poppins;
  font-size: 1rem;
}

@media (max-width: 1000px) {
  .copyright {
    font-size: 12px;
  }
}</pre></body></html>