body{
    margin: 0;
    color: #ededed;
    background-color: #081b29;
    font-family: 'poppins', sans-serif;
}

.sub-heading {
    margin-top: 30px;
    padding-top: 30px;
    font-size: 50px;
    width: 100%;
    text-align: center;
}

.sub-heading span{
    color: #0ef;
}

.github-info{
    margin-top: 50px;
    padding: 10px;
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.github-info .github-api-links{
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.github-info  .github-box{
    margin-top: 40px;
}

.for-flex{
    display: flex;
    margin-top: 50px;
}

.github-list-head{
    font-size: 45px;
    text-decoration: underline;
    color: gold;
    padding-bottom: 80px;
}

.github-list-head-chart{
    font-size: 45px;
    text-decoration: underline;
    color: gold;
}

.github-info ul{
    list-style: none;
    text-align: center;
    width: 40%;
    height: 600px;
    margin-top: 40px;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 1px 1px 20px #012290f7, 1px 1px 40px #0053b8f7;
    transition: background 0.5s, transform 0.5s;
    transform: translateY(-10px);
}

.github-info ul li p{
    font-size: 40px;
    line-height: 60px;
    color: lightskyblue;
}

.chart-container {
    width: 40%;
    height: 600px;
    margin-top: 40px;
    margin-left: 20%;
    padding: 10px;
    justify-content: center;
    text-align: center;
    border-radius: 10px;
    box-shadow: 1px 1px 20px #012290f7, 1px 1px 40px #0053b8f7;
    transition: background 0.5s, transform 0.5s;
    transform: translateY(-10px);
}

.git-btm-text{
    width: 100%;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 100px;
    text-align: center;
    color: lightgoldenrodyellow;
}