<style type='text/css'>
/* https://stackoverflow.com/a/63574369/48082 */
body, body #index .main-content .home-page .home-page-cta h1.home-page-cta-title  {
  font-family: 'SF Pro Text',-apple-system,BlinkMacSystemFont,Roboto,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol';
}

body #index > .main-content {
    padding: 0;
    background-color: #7d7d7d;
    background-image: revert;
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(36,36,65,1) 49%, rgba(125,125,125,1) 100%);
    background-size: cover;
    background-position: center;
}

</style>