body {
  margin: 0;
}

:focus {
  outline: 0 !important;
}

#id_home_page {
 background-image: url('/configuration/assets/escap/data-explorer/images/background.jpg');
 background-position: top center;
 background-repeat: no-repeat;
 background-size: cover;
 background-attachment: fixed;

 }