h1{
    text-align: center;
}
.profile-img{
    border-radius: 5px;
    width: 100%;
}
.first{
    margin-top: 20px;
}
.title {
    font-size: 25px;
    font-weight: bold;
}
.data-user{
    font-weight: 400;
    font-size: 25px;
}
footer{
    text-align: center;
}
.achie-img{
    height: 150px;
    width: 250px;
    margin: 20px 0;
}
.achie-nimg{
    height: 300px;
    width: 350px;
}
.follower-img{
    width: 100px;
    height: 100px;
    margin: 20px;
    border-radius: 5px;
}
.my-repos{
    background-color: rgb(228, 228, 228);
    padding: 20px;
    border-radius: 5px;    
    margin: 10px 0;
}
.my-repos .repo-title{
    font-size: 20px;
    font-weight: 500;
}
#repo-search{
    margin: 20px;
}
.repo-owner .repo-data{
    margin-left: 20px;
}
.repo-owner-img{
    width: 150px;
    height: 150px;
    margin: 20px 0;
    border-radius: 5px;

}