*{
    padding: 0;
    margin: 0;
}
body{
    /* background-color: rgb(253, 253, 241); */
   background: linear-gradient(to right, #0f172a, #1e293b);
}
.github-finder{
    margin-top: 80px;
    margin-left: 500px;
}
.github-finder h1{
    margin-left: -15px;
    color: #38bdf8;
}
#input-text{
    margin-left: -50px;
    margin-top: 30px;
    width: 330px;
    height: 33px;
    border-radius: 3px;
    border-color: #38bdf8;
    outline: none;
    padding-left: 15px;
}
#btn1{
    background-color: #38bdf8;
    margin-left: 06px;
    height: 35px;
    width: 70px;
    color: white;
    font-size: 15px;
    border-radius: 5px;
    border: none;
}
.profile-card{
    margin-top: 30px;
    margin-left: -130px;
    width: 600px;
    border: 1px solid #38bdf8;
    height: 420px;
    background-color: #111827;
color: #f1f5f9;
    border-radius: 13px;
    display: none;
}
#btn2{
    background-color: #38bdf8;
    margin-left: 250px;
    margin-top: 30px;
    height: 35px;
    width: 100px;
    color: white;
    font-size: 15px;
    border-radius: 5px;
    border: none;
    display: none;
}
#avatar{
    width: 170px;
    height: 160px;
    margin-left: 210px;
    margin-top: 25px;
    border-radius: 80%;
    border: 1px solid #a4a4a4;
    display: none;
}
.profile-card h1{
    margin-top: 10px;
        text-align: center;
        display: none;
}
#username{
    text-align: center;
    font-size: 17px;
    margin-top: 08px;
}
#follower{
    text-align: center;
    margin-top: 05px;
}
#followings{
    text-align: center;
     margin-top: 05px;
}
#repo{
    text-align: center;
     margin-top: 05px;
}
#btn2 a{
    outline: none;
    color: white;
}
#err{
    text-align: center;
    margin-top: 120px;
    margin-left: -570px;
    color: red;
    font-size: 27px;
}