/* ================= GLOBAL ================= */
body{
    margin:0;
    font-family: 'Poppins', sans-serif;
    background:#fff;
}

/* ================= EXTRA SAFETY ================= */
html, body{
    overflow-x: hidden;
}






