@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; */
}

.head{
    margin-top: 20px;
    width:100%;
    display:flex;
    justify-content: space-between;
    /* border: #FFFFFF solid 4px; */
    padding: 0px 30px 20px 30px;
    
}
.stat_info{
    background-color: #282828;
    height:100vh;
    width:100%;
    padding: 5px 30px 30px 30px;
    border-radius: 20px;
}
.stat_info div{
    /* border: #FFFFFF solid 3px; */
    margin-top: 15px;
    display:flex;
    justify-content: space-around;
    align-items: center;
    height: 26px;
    width: 100%;
    
}
.name2{
    width:100%;
    font-size: 0.8rem;
    
}

.total_stats{
    width: 100%;
    margin-bottom: 60px;
}
.title{
    font-size:1.11rem;
   
}
.title2{
    font-size:1.3rem;
    width:100%;
   
}
a .viewact{
    /* position:absolute; */
    margin-top: 55px;
    color: #F11A1E;
    text-align:center;
    
}


.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;
}
}
