/* .typewriter {
    overflow: hidden; 
    border-right: .15em solid orange;  
    white-space: nowrap;
    letter-spacing: .15em;     
    animation: typing 3.5s steps(40, end), blink-caret .75s step-end infinite;
  }
  @keyframes typing {
    from { width: 0 }
    to { width: 100% }
  }
  @keyframes blink-caret {
    from, to { border-color: transparent }
    50% { border-color: orange; }
  }
   */


   /* Apply smooth scrolling behavior to html and body */
html {
       scroll-behavior: smooth;
   }

body {
       scroll-behavior: smooth;
   }


[x-cloak] { display: none; }