body {
  margin: 0;
  font-family: Arial, sans-serif;
  scroll-behavior: smooth;
  background-color: #fff; /* sets entire background to white */
}
header, footer, .salla-cart, .salla-profile {
    display: none !important;
}
h1, .page-header-title {
    display: none !important;
}
* {
  box-sizing: border-box;
}