body{
    font-family: montserrat;
}

#navmm{
    
}

label.logo{
   color: white; 
   font-size: 35px;
   line-height: 80px;
   padding: 0;
}
#navm ul{
    float: right;
    margin-right:20px ;
}
#navm ul li{
  display: inline-block; 
  line-height: 80px; 
  margin: 0 5px;
}
#navm ul li a{
    color: white;
    font-size: 17px;
    padding: 7px 13px;
    border-radius: 3;
    text-transform: uppercase;
     color: var(--title-color);  
         font-weight: 700;
}

#navm ul li a:hover{
color: var(--first-color);
}


@media(max-width:952px)  {
    #navm{
display: none;
    }
    .gitstats {
        display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    margin: 20px;
    gap: 10px;
    }
    .gitstats>div{
        margin: auto !important;
        width: 90% !important;
    }
    .git_calender {
        margin: auto;
        width: 90%;
    }
}

.gitstats {
    margin: auto;
    display: flex;
    justify-content: space-evenly;
}
.gitstats>div{
    margin: auto;
    width: 30%;
}
.git-head{   
    font-size: 2.5rem;
    margin-bottom: 3.5rem;
    color:hsl(207deg 90% 72%);
    text-align: center;
}

.bxs-mobile:before {
    content: "\ee4c";
    font-size: 2rem;
    color: var(--title-color);  

}

img.gitimg {
    width: 100%;
}