/* Đặt về mặc định các thẻ trong css */





* {


    font-family: Nunito;


}





* {


    margin: 0;


    padding: 0;


    border: 0;


    font-size: 100%;


}





html {


    scroll-behavior: smooth;


}





body,


div,


span,


applet,


object,


iframe,


h1,


h2,


h3,


h4,


h5,


h6,


p {


    margin: 0;


    padding: 0;


    border: 0;


    font-size: 100%;


}





h1,


h2,


h3,


h4,


h5,


h6,


li,


p {


    line-height: 150%;


}





a {


    text-decoration: none;


    color: #000;


}





button {


    background-color: rgba(0, 0, 0, 0);


}





/* ol,


ul {


    list-style: none;


} */





p {


    margin-block-end: .5em;


}