@import url('https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:wght@700&family=DM+Sans:opsz,wght@9..40,700;9..40,800&family=Poppins:wght@400;700;800&family=Righteous&family=Rubik:wght@300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:wght@700&family=DM+Sans:opsz,wght@9..40,700;9..40,800&family=Poppins:wght@700;800&family=Righteous&family=Rubik:wght@300;400&display=swap');
@media only screen and (max-width: 600px) {


*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body{
    background-color: #161616;
    color: #FFFFFF;
    font-family: 'Poppins', sans-serif;
    
}

main{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px 30px 30px 30px;
}
picture{
    width:47px;
    height:47px;
    background-color: #161616;
    border: solid rgb(255, 255, 255) 3px;
    display:flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
}

.header_pg5{
    display:flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.125rem;
    font-weight: 400;
    width:115%;
    height:  64px;
    background-color: #2D2D2D;
    padding: 0px 20px 0px 50%;
}
.profile_info{
    display:flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 50px;
    
}
.name{
    margin-top:40px;
    font-size: 1.5rem;
}
.country{
    font-weight: 700;
}
.para_pg1{
    text-align: center;
    font-weight: 400;
    font-size: 1rem;
}
.stats{
    display:flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    width:100%;
    padding: 10px 20px 15px 20px;
    margin-top: 15px;
    /* border:  red solid 3px; */
}
.stats p{
    font-size: 2rem;
}
span{
    display:block;
    font-weight: 700;
    font-size: 1rem;
}
.stats2{
    display:flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    width:102%;
    /* padding: 10px 20px 15px 20px; */
    margin-top: 25px;
    /* border:  red solid 3px; */
}
.stats2 p{
    font-size: 1.5rem;
}
.stats2 span{
    display:block;
    font-weight: 400;
    font-size: 1rem;
}
.leaderboard {
    margin-top: 20px;
    width:100%;
    display:flex;
    justify-content: space-between;
    /* border: #FFFFFF solid 4px; */
    
}
.stat_info div{
    /* border: #FFFFFF solid 3px; */
    margin-top: 15px;
    display:flex;
    justify-content: space-around;
    align-items: center;
    height: 56px;
    width: 100%;
    border: solid#2D2D2D 0px;
    border-bottom-width: 2px;
}
.hash{
    font-size:1.4rem;

}
.name2{
    width:162px;
}
.achievement_info{
    margin-top: 16px;
}
.achievement_info div{
    margin-top: 10px;
    display:flex;
    flex-direction: column;
    justify-content: space-evenly;
    background-color: #2D2D2D;
    height: 144px;
    width: 100%;
    border-radius: 12px;
    padding: 30px 20px 50px 20px ;
}
.pg{
    display: flex;
    justify-content: space-between;
    
}
.pg span{
    font-weight: 400;
    font-size: 0.7rem;
}
.bar{
    background: #161616;
    height:7px;
    border-radius: 10px;
    transition:all 0.3s cubic-beizer(.25,.8,.5,1);
}

.bar span{
    height:7px;
    background: red;
    
    
}
.warrior{
    width:72%;
}
.energon{
    width:50%;
}
.earther{
    width:90%;
}

.total_stats{
    width: 100%;
    margin-bottom: 60px;
}
.title{
    font-size:1.4rem;
   
}

.navigator{
    position:fixed;
    bottom: 0;
    display:flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    background-color: #2D2D2D;
    width: 100%;
    height: 72px;
    padding: 0px 20px 0px 20px;
   
}
.navigator p{
    display:flex;
    font-weight: 700;
    font-size: 0.8rem;
    color: #FFFFFF;
}
a{
    text-decoration: none;
}
}
