*{
    background-color: whitesmoke;
}
body{
    border: 5px solid red;
}
#card-image{
    width: 30%;
    text-align: center;
}

#info p{
    font-size: 1.2rem;
}

#user img{
    width: 20%;
}

#bgi{
    background-image: url(../images/background/cta-bg.jpg);
    object-fit:cover;
    width: 100%;
    height: 700px;
    opacity: 0.8;
}

#creative div img{
    width: 20%;
}

#testimonial img{
    width: 20%;
    border-radius: 50%;
}
#social{
    justify-content: space-around;
}

#social img{
   width: 40px;
   border-radius: 50%;
   border: 1px solid darkgray;
}

#social img:hover{
    background-color: rgb(12, 132, 245);
    cursor: pointer;
    border-radius: 50%;
}
#card-image img{
    justify-content: center;
}

#form div {
     /* background-color: aqua; */
}

#form img{
    width: 10%;
    border: 1px solid red;
    border-radius: 100%;
    background-color: aquamarine;
}

