@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;
}

.title{
    font-size: 1.4rem;
    margin-top: 20px;
}
header{
    width:100%;
}
header div{
    display:flex;
    margin-top: 10px;
    gap: 10px;

}


span{
    display:block;
    font-weight: 700;
    font-size: 0.8rem;
}
.overview{
    width: 100%;
    margin-bottom: 60px;
}
.vid_info div{
    margin-top: 15px;
    display:flex;
    justify-content: space-evenly;
    align-items: center;
    background-color: #2D2D2D;
    height: 80px;
    width: 100%;
    border-radius: 12px;

    
}
.vid_info p{
    width: 170px;
    font-size: 0.8rem;
}
picture{
    width:47px;
    height: 47px;
    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;
}
}
