

    
        .info {
            background-color: #080909;
            margin: 0%;
            padding: 0px;

            font-family: Arial, Helvetica, sans-serif;

            height:auto;
            text-align: center;
            justify-content: center;
            align-items: center;
            text-align: center;
 

        }

      .tm {
        height: 20px;
      }
        .info .c {
      
            align-items: center;
            text-align: center;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .info .c1 {
      
            align-items: center;
            text-align: center;
            display: flex;
            justify-content: center;
            align-items: center;
        }
    

        .info h1 {
            align-content: center;

            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            margin-bottom: 20px;

            color: #fff;
            font-size: 60px;
            text-shadow: 0 0 20px rgb(0, 0, 0);
           
        }
        .info .c h2 {
            align-content: center;

            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            margin: 2px;

            color: #fff;
            font-size: 30px;

        }

        .info .about {
            color: #fff;
            
        }

        .info img {
            
            align-content: center;
            height: 160px;
            width: auto;
            border-radius: 50%;
            border: 5px solid #fff;
          
        }
   
        .info .box {
            transition: 0.5s;

            padding: 20px 60px;
            border-radius: 20px;
            margin: 20px;
            background-color: rgb(24, 24, 24);
      

        }
        .info .box:hover {

            transition: 0.5s;
          
            box-shadow: 0 0 20px rgb(0, 0, 0);
            -webkit-transform: translateY(-10px)

        }

        .info .box-server {


            padding: 20px 100px;
            border-radius: 54% 46% 59% 41% / 46% 65% 35% 54% ;
            margin: 30px;
            background-color: rgb(24, 24, 24);
            -webkit-transform: translateY(-40px);
      
            box-shadow: 0 0 20px rgb(0, 0, 0);
            -webkit-transform: scale(1.05);
           
            

        }


        .info .box-server .btn {


            
            border-radius: 54% 46% 59% 41% / 46% 65% 35% 54%  ;
        
           
            

        }
        .info .box-bots {
            transition: 0.5s;

            padding: 60px 100px;
            border-radius: 20px;
            margin: 10px;
            background-color: rgb(24, 24, 24);
      

        }
        .info .prog {
            transition: 0.5s;

            padding: 10px 20px;
            border-radius: 20px;
            margin: 10px;
            background-color: rgb(24, 24, 24);
            display: flex;
            justify-content: center;
      


        }
        .info .prog h2 {

            align-content: center;

            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            margin: 2px;

            color: #fff;
            font-size: 30px;
            


        }
        .info .prog img {

            height: 60px;


        }
        
        .info .box-bots:hover {

            transition: 0.5s;
          
            box-shadow: 0 0 20px rgb(0, 0, 0);
            -webkit-transform: scale(1.05);

        }

        .info .btn {
            font-family: sans-serif;
            font-weight: bolder;


            text-decoration: none;
            padding: 10px 20px;
            background-color: rgb(0, 255, 162);
            color: rgb(0, 0, 0);
            border-radius: 50px;
            margin: 10px;
            display: block;
        }
        .info .btn:hover {
 
            background-color: rgba(0, 255, 162, 0.757);
   
        }

        @media only screen and (max-width: 768px) {
    .info .c {
      
        align-items: center;
        text-align: center;
        display: block;
        justify-content: center;
        align-items: center;
    }
    .info .c img {
            
        align-content: center;
        height: 0px;
        width: auto;
        border-radius: 0%;
        border: 0px solid #fff;
      
    }

    .info .box:hover { -webkit-transform: translateY(0) }
    .info .box-server:hover { -webkit-transform: scale(1); }
    .info .box-bots:hover { -webkit-transform: scale(1); }
    .info .box-server {

        -webkit-transform: scale(1);
       

    }




  }
  .fin {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding: 20px 30px;
    background-color: #272727;
    font-size: 15px;
  }

  .fin span {
    color: rgba(240, 248, 255, 0.648);
  }

  body {
    font-family: "Inter", sans-serif;
  }


  ::-webkit-scrollbar {
    width: 10px;
  }

  ::-webkit-scrollbar-track {
    background: #131313;
  }
  ::-webkit-scrollbar-thumb {
    background: #2a2a2a;
  }
  ::-webkit-scrollbar-thumb:hover {
    background: #353535;
  }


  