          /*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;
          }
                
                /*scroll bar*/
                        
                    body  {
            background-color: #000000ef;
                      
          }
                 #parax{
                   text-align: center;
                   font-size: 25px;
                   text-decoration: underline;
                   font-weight: bold;
                   COLOR: darkgrey;
                   font-weight: 900;
                   font-family:copperplate gothic;
                 }
                 #paralx{
                   text-decoration: none;
                   text-align: center;
                   color: white;
                   font-family: candara;
                   font-weight: 100;
                   
                 }
                 #supp{
                   text-align: center;
                   color: white;
                   font-family: calibri;
                   font-weight: bold;
                 }
                 #subb{
                   text-align: center;
                   color: grey;
                   font-family: calibri;
                   font-weight: bold;
                 }
                 #development{
                   text-align: center;
                   font-size: 13px;
                   color: red;
                   text-decoration: none;
                   font-family: courier new;
                 }
                 #goback{
                   text-align: left;
                   font-weight: 900;
                   font-family: candara;
                   color: rgba(255, 255, 255, 0.719);
                   text-decoration: none;
                   border: 2px solid grey;
                   border-radius: 10px;
                   padding: 5px;
                   background-color:black;
                   transition: all 0.5s;
                   
                 }     
                 
                 #goback:hover{
                    box-shadow: 5px 5px 25px rgb(3, 143, 236);
                    background-color: rgb(3, 143, 236);
                    
                 }