<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'GorgoBold';
  src: url('font/Gorgo.ttf');
}
body {
  background-color: black;
  font-family: 'Darker Grotesque', sans-serif;
  color: #ddd;
}

#background {
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  opacity: 0.5;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
}

a {
  /*color: #afd2b2;*/
  color: #ddd;
  font-size: 24px;
  letter-spacing: 3px;
}

p {
  margin-top: 0;
  font-size: 24px;
}

.green {
  color: #afd2b2
}

#main {
  width: 1000px;
  margin: auto;
}

header {
  height: 250px;
  width: 1000px;
  margin: auto;
  margin-top: 25px;
}

#header-img {
  width: 500px;
  margin-left: 200px;
}

nav {
  width: 175px;
  float: left;
  position: sticky;
  top: 90px;
  text-align: right;
}

#nav-img {
  width: 175px;
  margin-top: -68px;
  display: none;
}

nav a {
  font-size: 36px;
  font-weight: bolder;
  text-decoration: none;
  width: 175px !important;
  margin-bottom: 12px;
  padding-top: 6px;
  display: inline-block;
  font-family: 'GorgoBold';
}

a img {
  width: 50px;
}

nav a.current {
  background-color: #222;
}

.center-panel {
  width: 500px;
  display: inline-block;
}

.center-panel h3 {
  margin-top: -10px;
}

.right-panel {
  width: 275px;
  float: right;
  display: inline-block;
  border-left: 1px solid #afd2b2;
  padding-left: 10px;
  position: sticky;
  top: 250px;
}

.content-block {
  margin: 25px;
  margin-top: 0;
  width: 100%;
  padding-left: 10px;
}

.content-block text {
  display: none;
}

.content-block img {
  width: 95%;
}

.clickable.active {
  background-color: #222;
}
.clickable:hover {
  background-color: #333;
}

footer {
  height: 100px;
}

#footer {
  text-align: center;
}
</pre></body></html>