@import url('site.css');

/* Careers page */

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

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