body {
    background-color: black;
}
hr {
    color: white;
}

.card-img-top{
    border-radius: 50%;
}

.repo-card{
    height: 75px;
    margin: 5px;
    color: cornflowerblue;
    font-size: 20px;

}

.repo-card p {
    color: rgb(246, 238, 238);
    font-size: 10px;

}

.profile-card{
    background-color: rgb(9, 9, 9);
    color: rgb(138, 134, 134);
    font-size: 15px;
}
.profile-card h2{
    font-size: 20px;
}

.btn-primary{
width: 250px;
height: 30px;
background-color: rgb(68, 67, 67);
border:none;
color: rgb(137, 132, 132);

}