<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Required for full background image */

html,
body,
.view {
  height: 100%;
}

.col-6 {
  background-color: rgba(31, 64, 105, 0.9);
  border-radius: .25rem;
  padding: 20px;
  margin: 0px;
  color: white;
}

.contact {
  background-color: rgba(119,136,153, 0.8);
  border-radius: .25rem;
  padding: 20px;
  margin: 20px;
  color: white;
}

.navbar{
  background-color: rgba(31, 64, 105, 0.9);
}

.stronglink {
  color: rgba(255,255,255,.75);
  text-decoration: none !important;
  font-weight: bold;
}

a.stronglink:hover {
  color: rgba(255,255,255,.95) !important;
}

hr {
  text-align: center;
  width: 50%;
  border-color: white;
}
</pre></body></html>