* {
  margin: 0;
  padding: 0;
  font-family: "Gill Sans", "Gill Sans MT", "Calibri", "Trebuchet MS",
    sans-serif;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  overflow-x: hidden;
  background-image: url(/shared/assets/background/bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.mainEssential {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-right: 1rem;
  margin-left: 1rem;
  min-height: 100vh;
  gap: 0.5rem;
}
