@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 20px 30px 20px;
}
.logo{
    display:block;
    margin-top: 96px;
}
.header_pg1{
    font-size: 2.8rem;
    margin-top: 27px;
    font-weight: 700;

}
.para_pg1{
    text-align: center;
    font-weight: 400;
    font-size: 1rem;
}
.get_started{
    background: #CC1212;
    width: 100%;
    height: 48px;
    margin-top: 100px;
    color: #FFFFFF;
    border: 0;
    border-radius: 15px;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    padding-top: 10px; ;

    

}
a{
    text-decoration: none;
}
}
