@font-face {
    font-family: 'bitwiser';
    src: url('fonts/bitwise-webfont.woff2') format('woff2'),
         url('fonts/bitwise-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  
  }
  
  @font-face {
    font-family: 'vcr_osd';
    src: url('fonts/vcr_osd_mono_webfont.woff2') format('woff2'),
         url('fonts/vcr_osd_mono_webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  
  }
  
  @font-face {
    font-family: 'JBM';
    src: url('fonts/JetBrainsMonoNerdFontMono-Light.woff2') format('woff2'),
         url('fonts/JetBrainsMonoNerdFontMono-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  
  }

@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@300;400;500;600;700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root{
    --main-brand-color: #297AE3;
    --primary-color: #000000;
    --secondary-color: #232933;
    --light-secondary-color: #2E3744;
    --text-color: #00ff00;
    --secondary-text-color: #00ff00;
}

body{
    min-height: 100vh;
    background: var(--primary-color);
    font-family: 'JBM';
/*    font-size: 20px;*/
    color: var(--text-color);
    text-align:center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'bitwiser';
  color: #00FF00;
  text-shadow: 0 0 0.5em #00FF00;
  font-weight:bold;
  overflow: visible;
}
h1 {
        font-size: 45px;
    }
      
    h2 {
      font-size: 35px;
    }
      
    h3 {
      font-size: 25px;
    }
    
    h4 {
      font-size: 15px;
    }
    
@media(max-width: 800px){
    body{
        font-size: 16px;
    }
    .subheading{
        text-align: center;
    }
}