*{
    background-color:rgb(25, 39, 52);
}
.navbar-custom {
    background-color: rgb(25, 39, 52);
}

.btn{
    margin-left: 20px;
    margin: 10px;
}


.flex-item{
    background: rgb(0, 119, 255);
    border: 1pt solid black;
    width: 10px;
    transition: 0.1s all ease;
    display: inline-flex;
    margin-top: 100px;
  
}

.flex-container{
   
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    height: 500px;
    justify-content: center;
    transition: 2s all ease;
}



.togglers{
     
    margin: 10px;
}