        /* custom scroll bar*/
        
        
        
        ::-webkit-scrollbar {
            width: 10px;
          }
          
          /* Track */
          ::-webkit-scrollbar-track {
            box-shadow: inset 0 0 5px grey; 
            border-radius: 0px;
          }
           
          /* Handle */
          ::-webkit-scrollbar-thumb {
            background: grey; 
            border-radius: 50px;
          }
          
          /* Handle on hover */
          ::-webkit-scrollbar-thumb:hover {
            background: darkgrey; 
            cursor: pointer;
          }
                  
                  
                  
                  /* custom scroll bar*/
                  
          
                  #parax{
                  display: block;
                    margin-right: auto;
                    margin-left: auto;
                    margin-bottom: 20px;
                    line-height: 20px;
                    border: -2px solid grey;
                    border-radius: 50%;
                    
                  }
                 
          
                  
                  
                    body  {
            background-color: #000000ef;
                      
          }
                  
                  
          
                  
                  #paralx{
                    text-align: center;
                    border: 2px solid  rgba(0, 255, 115, 0.397);
                    border-radius: 25px;
                    transition: 0.5s;
                    display: block;
                    margin-bottom: 10px;
                    margin: 0 auto;
                    padding: 7px;
                    
                    
                    
                    
                    
                    
                    
          /*Edited and improved by DaManMikey On discord*/ 
                    
                    
                  }
                  
                  nav:hover{
                    box-shadow: 5px 5px 25px rgb(3, 143, 236);
                    background-color: rgba(7, 201, 191, 0.692);
                    border: 5px;
                    transition: 0.5s;
                    border-radius: 50px;
                  }
          
                  
                  a{
                    font-size: 20px;
                    font-family:  anona, sans-serif;
                    text-align: center;
                    color: rgba(255, 255, 255, 0.719);
                    font-weight: 100;
                  }
          
                  h1{
                    font-size: 50px;
                    font-family:  Candara;
                    text-align: center;
                    color: rgba(255, 255, 255, 0.719);
                    font-weight: 100;
                  }
                  a:link{
                    text-decoration: none;
                  }
                  
                  a:visited{
                    text-decoration: none;
                    
                  }
                  
                  a:hover{
                    text-decoration: underline;
                    
                  }
                  
                  a:active{
                     text-decoration: none;
                  }
          