*,
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.bg-Enfa {
  background-image: url("../img/background/bg-white-Enfa.jpg");
  background-repeat: no-repeat, repeat;
  background-size: contain;
  background-position: center;
  height: 100vh;
  width: 100%;
  position: relative;
}