@import url('site.css');

/* Investors page */

body {
  background: radial-gradient(
    circle at top,
    #0f172a,
    #020617 60%,
    #02010b 100%
  );
}

.section-sub {
  max-width: 680px;
}

#thesis h1 {
  font-size: 1.6rem;
  margin-bottom: 8px;
}
