@import url('https://fonts.googleapis.com/css2?family=Fuzzy+Bubbles:wght@400;700&display=swap');
@media (max-width: 800px)
{
    canvas{
        position : absolute; 
        
        height:6300px;
       z-index:-1;
    }
    #particles-js {
        position:absolute;
        width:100%;
        height:6300px;
        z-index:-1;
        background-color: black;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }
    .search{
        width: 340px;
        height: 49px;
        background: rgba(255, 255, 255, 0.6);
        border: 3px solid #FFA630;
        box-sizing: border-box;
        border-radius: 20px;
    }
    .search-wrapper{
        width: 370px;
        margin: 90px auto 0 auto;
    
       
    }
    .nav-items a {
        margin-right: 20px;
        font-size:14px ;
    }
    .logo{
        margin-top: 3px;
        font-weight: 700;
        font-size: 18px;
   } 
   header{
       height: 80px;
   }
   h1{
       font-size: 25px;
   }
   h2{
       font-size: 16px;
       display: none;
   }
   .main-text{
    padding-top: 5%;
    height: 261px;
    
   }
   .info{
    display: flex;
    flex-direction: column;
    color: white;
    justify-content: space-around;
    align-items: center;
    padding-top: 10px;
    }
    footer{
        height: 107px;
    }
   main{
       height: 6300px;
   }
   .titlu{
    text-transform: uppercase;
    text-align: center;
    font-size: 20px;
    display: flex;
    justify-self: center;
    justify-content: center;
    color: #FFA630;
    font-weight: 700;
  }
  .continut{
    color: white;
    line-height: 40px;
    font-size: 16px;
}


}