.pic{
    width: 50px;
}

.pic2{
    width: 100px;
    height: 60px;
}


.pic3{
    width: 600px;
    height: 400px;
}

.showcase-div-1{
    background-color: rgb(184, 12, 107);
}

.help-section{
    background-color: rgb(195, 242, 253);
    padding: 20px 70px;
}

.support{
    background-color: rgb(239, 240, 241);
}

.products{
    background-color: rgb(239, 240, 241);
}

.important{
    background-color: rgb(239, 240, 241);
}

footer{
    background-color: black;
}

.register1{
    background-color: rgb(239, 240, 241);
}

.register2{
    background-image: url('./images/pexels-adrien-olichon-3709402.jpg');
    background-position: center;
}

.userbox{
    background-color: rgb(12, 39, 48);
    border-radius: 30px;
    box-shadow: 4px 6px 2px rgba(0, 0, 0, .6);
}

.userdetails{
    background-color: aliceblue;
    width: 400px;
    border-radius: 10px;
}