.userSearch{
    /* border: 1px solid rgb(226, 226, 226); */
    /* border-radius: 4px; */
    padding: 20px;
    /* box-shadow: 2px 3px 2px rgba(117, 116, 116, 0.1); */
}
.img-fluid{
    padding: 10%;
}
.repo-link{
    display: block;
    text-decoration: none;
    /* padding-bottom: 10px; */
    color: black;
    padding:5px;
}
.repo-link:hover{
    text-decoration: none;
    border-left: 5px solid black;
    font-weight: bolder;
    transition: 0.2s ease;
}
.card:hover{
    box-shadow: 0px 0px  10px  rgba(0,0,0,0.2);
    transition: 0.2s ease;
}
#p{
    color:grey;
    padding:10px;
    text-align: center;
}
#footer{
    background-color: rgb(240, 240, 240);
    font-size: small;
    color: grey;
}
.bottom{
    background-color: rgb(240, 240, 240);
    color: grey;
    text-align: center;
    padding: 20px;
}
#author{
    cursor:pointer;
}
