@font-face {
    font-family: "Century Gothic";
    src: url("centurygothic.ttf") format("truetype");
    font-weight: 400;
}
@font-face {
    font-family: "Century Gothic";
    src: url("centurygothic_bold.ttf") format("truetype");
    font-weight: 700;
}
body {
  margin: 0;
  padding: 40px 12vw;
  background: #0a0d12;
  color: #f2f7ff;
  font-family: "Century Gothic", sans-serif;
  line-height: 1.6;
}
h1, h2 {
  color: #66b3ff;
  font-weight: normal;
  margin-bottom: 10px;
}
a {
  color: #66b3ff;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.menu {
  position: sticky;
  top: 0;
  background: #0a0d12;
  padding: 15px 0;
  border-bottom: 1px solid #1c2a3a;
  margin-bottom: 40px;
}
.menu a {
  margin-right: 20px;
  font-size: 14px;
}
.section {
  margin-bottom: 45px;
}
.small {
  color: #8aa4c7;
  font-size: 14px;
}
hr {
  border: none;
  border-top: 1px solid #1c2a3a;
  margin: 40px 0;
}