:root{
  --line: rgba(255,255,255,0);
}

body{
  background:var(--page,#0B1426);
}

body,
body *{
  box-shadow:none!important;
}

body *,
body *::before,
body *::after{
  border-width:0!important;
  border-style:none!important;
  border-color:transparent!important;
}
