#typing-effect div {
    margin-top: 25px; 
  }
  header h{
    color:gold;
    font-weight: bolder;
    font-size: 2.2rem;
  
  }
  h1{
      color: aqua;
      text-align: center;
    }
      #btn-container {
        text-align: center;
        margin-top: 10px;
      }
      
      button {
        padding: 10px 15px;
        font-size: 25px;
        border: none;
        background-color: #007bff;
        color: #fff;
        border-radius: 4px;
        cursor: pointer;
        margin: 0 10px;
      }
      
      button:hover {
        background-color: blue;
      }
      
  ul{
      margin:0;
      padding:0;
  }
  header a{
      color:aqua;
      text-decoration: none;
      font-size: 2.2rem;
  }
  header li{
  list-style-type: none;
  padding: 0px;
  }
  header .highlight, header .current a{
      color:aqua;
      font-weight: bold;
  }
  header a:hover{
      color:#00ACC1;
      font-weight: bold;
  }
  
  span ,p , header {
       font-size: 2.1rem;
       line-height: 1.6;
      font-family: 'Courier New', Courier, monospace;
      color: white;
      white-space: pre-line;
      width: 750px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 0;   
  }
  ul{
    line-height: 0.75;
  }
  .typing-container {
      padding-top: 0px;
      float: initial;
  }
    body{
      background-color:#020617;
    }

    
    
    
  
  







