body{
    background-color: #eee;
    font-family: 'Poppins', sans-serif;

}
.main{
    display: flex;
    justify-content: center;
    height: 100vh;
    /* align-items: center; */
    /* background-color: #f6f6f6; */
}
.one{
    width: 270px;
    background-color: #000;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.pic1{
    position: relative;
    right: 22px;
    top: 23px;
}
.pic2{
    position: relative;
    left: 25px;
    top: 17px;
}
.pic3{
    position: relative;
    right: 13px;
    bottom: 18px;
}
.pic4{
    position: relative;
    left: 14px;
    bottom: 21px;
}
.project{
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    color: #fd4040;
}
.quote{
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: #fff;

}

.inviteCard{
    background-color: #fff;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 2px 4px 18px 0 rgba(131, 131, 131, 0.2), 0 6px 18px 2px rgba(158, 158, 158, 0.19);    
}


.card{
    width: 280px;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 10px;
    box-shadow: 2px 4px 18px 0 rgba(185, 185, 185, 0.2), 0 6px 18px 2px rgba(230, 230, 230, 0.19);    
}
.star{
    font-size: 20px !important;
    color: #b1b4b7;
}
.dot{
    font-size: 20px !important;
    color: #b1b4b7;
}
.navbar{
    background-color: #222;
}
.round{
    border-radius: 50%;
    background-color: #eee;
    width: 33px;
    height: 33px;
    margin-bottom: -10px;
    align-items: center;
    justify-content: center;
}
.name{
    font-size: 22px;
    color: #464e56;
    font-weight: 600;
    text-align: left;
}
.quote2{
     font-size: 12px;
     font-weight: 500;
     color: #868e94;
     text-align: left;
}
.img1{
    position: relative;
    left: 20px;
    z-index: 28;
    border: 0.5px solid #6ebde4;
    border-radius: 50%;
    background-color: #bcd8e6;
}
.img2{
    position: relative;
    left: 10px;
    z-index: 29;
    border: 0.5px solid #6ebde4;
    border-radius: 50%;
    background-color: #bcd8e6;
}
.img3{
    z-index: 30;  
    border: 0.5px solid #6ebde4;
    border-radius: 50%; 
    background-color: #bcd8e6;
}
.task{
     color: #727475;
}
.date{
     color: #727475;
}
.imgfix{
    align-content: center;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    top: 2px;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap');
        
   
        .card {
            background-color: #222222;
            border-radius: 10px;
            font-family: 'Poppins', sans-serif;
        }
        
        .fa{
            color: #d9d5d5;
        }
        
        #inp1{
            background-color: #222222;
            border: 1px solid #636161;
            font-size: 0.75rem;
        }
        
        #inp1:focus{
            outline: none;
            box-shadow: none;
        }
        
        .btn{
            background-color: #5c72d8;
            font-size: 0.78rem;
            border: 0px;
        }
        
        .btn:focus{
            outline: none;
            box-shadow: none;
        }
        
         *:focus{
            outline: none;
        }