<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.map {
  border-radius: 3.5rem;
  object-fit: cover;
}

.f1 input,
.f1 textarea,
.f1 select {
  background: #ecf5f9;
}
i.text-muted,
.mute {
  color: #5b6b7f;
}
.fs-super {
  font-size: 3.5rem;
}
body {
  background-image: url("../images/background-smoft.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}

@media screen and (max-width: 992px) {
  .text-align-left {
    text-align: center;
  }
}
</pre></body></html>