/* .add_card{
    box-shadow: 10px 10px 7px white;
}


body{
    height: 2000px;
    box-sizing: border-box;
}

h6{
    transition: all 0.5s ;
}
h6:hover{
    transform: scale(1.2, -1.1);
    cursor: pointer;
}
.my_task{
    box-shadow: 10px 10px 21px rgb(196, 185, 185);
}


  
.my_icon{
    cursor: pointer;
   color: red;
   font-size: 20px;
  
}

#icon_title{
    height: 20px;

    width: 20px;
    background-color: white;
    border-radius: 50%;
margin-left: 20px;
padding-top: 1px;
color:red;
cursor: pointer;
transition: all 0.5s;
}

#icon_title:hover{
    transform: rotate(360deg);
} */

.card_task2{
    background-color: #3332;
}
.none{
    display: none;
}

.icon_input{

    color: red;
}