 /*
   * Author: Sara G.
   * Website: https://0q.org
   * Comments: none
  */

  /* Bootstrap overwrites ------------------------------------------------------------------- */

 .bg-dark {
  background-color:#000!important;
  }

  /* BGIN ACTUAL STYLESHEET ------------------------------------------------------------------- */

  html {
  height:100%;
  padding:0px;
  margin:0px;
  color:#4AF626!important;
  }

  body {
  height:100%;
  margin:0;
  padding:0;
  font-weight:300;
  font-family: "VT323", monospace;
  font-size:1.0em;
  line-height:30px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color:#000;
  color:#4AF626!important;
  }


  /*-- Text styles ------------------------------------------------------------------- */

  a {
  text-decoration:none;
  color:inherit;
  }


  h1 {
  font-size:calc(1.4em);
  font-family: "VT323", monospace;
  font-weight:400;
  line-height:1.4em;
  }

  p {
  font-size:calc(1.4em);
  font-family: "VT323", monospace;
  font-weight:400;
  line-height:1.4em;
  }


  b {
  font-weight:400;
  letter-spacing:0px;
  }

/*-- section styles ------------------------------------------------------------------- */


  #header {
  min-height:100vh;
  }

.cursor {
    background-color: #4AF626;
    width: 1rem;
    height: 0.15rem;

    animation: blink 1s infinite;
}

@keyframes blink {
    0%, 100% {
        background-color: transparent;
    }
    50% {
        background-color: #4AF626;
    }
}
