/* Start custom CSS */html, body {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: #fff !important;
  overflow: hidden !important;
}

body * {
  display: none !important;
}/* End custom CSS */