html, body {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden; /* Prevents accidental side-scrolling */
}

h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 800; /* 800 is the value for Extra Bold */
}