*,
*::before,
*::after {
  box-sizing: border-box;
}
* {
  margin: 0;
}
html,
body {
  height: 100%;
}
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}
input,
button,
textarea,
select {
  font: inherit;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}
#root,
#__next {
  isolation: isolate;
}

body {
  background: rgb(0, 0, 80);
  background: linear-gradient(
    0deg,
    rgba(0, 0, 10, 1) 0%,
    rgba(0, 0, 25, 1) 50%,
    rgba(0, 0, 80, 1) 100%
  );
}

#adiba_hero {
  background: url("../img/adiba_logo.png") no-repeat;
  background-size: contain;
  background-position-y: center;
  text-indent: -9999px;
  height: 90%;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
