@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:120%;
    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: center;
    align-items: center;
    text-align: center;
    gap: 15px;
    border: solid #2D2D2D 11px;
    padding: 10px 20px 15px 20px;
    border-radius:10px;
    margin-top: 35px;
}
.stats p{
    font-size: 1.5rem;
}
span{
    display:block;
    font-weight: 700;
    font-size: 0.8rem;
}
.total_stats{
    width: 100%;
    margin-bottom: 60px;
}
.stat_info div{
    margin-top: 15px;
    display:flex;
    justify-content: space-evenly;
    align-items: center;
    background-color: #2D2D2D;
    height: 56px;
    width: 100%;
    border-radius: 12px;
    
}
.digit{
    width:55px;
    height:32.5px;
    background-color: #161616;
    border: solid rgb(255, 255, 255) 3px;
    display:flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
}

.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;
}
}
