<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.footer-container {
  background-color: #a48d48;
  padding: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #ffff;
  margin-top: 2%;
}

.credits-container {
  display: flex;
  justify-content: flex-end;
  padding: 1.5%;
  background-color: #a48d48;
  color: #ccc;
}

.credits-container p {
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: normal;
  color: #bbb;
}

.credits-container p a {
  text-decoration: none;
  font-weight: bold;
  color: #ffff;
}

.credits-container p a:hover {
  cursor: pointer;
}

.grow {
  display: inline-block;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 0 1px transparent;
}

.grow:hover {
  transform: scale(1.1);
}

.social-icons {
  width: 30px;
  height: auto;
  margin: 2px;
}

.separator {
  background-color: var(--white);
  color: #ffff;
  margin: 5px 0px;
  height: 1px;
  border: none;
  opacity: 1;
}

.footer-heading {
  margin-bottom: 0px;
  font-size: 18px;
}

.footer-text {
  font-size: 12px;
}

.ft-logo img {
  /* width: 100px; */
  height: auto;
  width: 200px;
  scale: 1.7;
}

.ft-logo {
  display: flex;
  justify-content: center;
}
</pre></body></html>