@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 15px 30px 15px;
}
.logo_container{
    height: 120px;
    width:120px;
    border-radius: 90px;
    background-color: #282828;
    margin-top: 96px;
    display:flex;
    justify-content: center;
    align-items: center;

}
.logo{
    width: 48px;
    height: 48px;
    
    
}
.header_pg1{
    font-size: 2.8rem;
    margin-top: 27px;
    font-weight: 700;

}
.para_pg1{
    text-align:center;
    font-weight: Regular;
    font-size: 0.9rem;
}
.continue{
    background: #CC1212;
    width: 100%;
    height: 48px;
    margin-top: 180px;
    color: #FFFFFF;
    border: 0;
    border-radius: 15px;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    padding-top: 10px; 
}
a{
    text-decoration: none;
}

}