<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
* {
  margin: 0;
  padding: 0;
}
section {
  padding: 20px;
}
.top-a {
  background-color: #1891D8;
}
.top-a a {
  color: white;
}
h3 {
  text-align: center;
}
h4 {
  font-weight: bold;
  margin-bottom: 20px;
}
.container .details-box p:first-of-type {
  margin-top: 15px;
}
</pre></body></html>