:root {
  --brown:#916b29;
  --white:#fffef5;
}

html {
  font-size: 10px;
  overflow: hidden;
}

body {
  background-color: var(--brown);
  background: #131217;
  background: linear-gradient(0deg, rgb(19, 18, 23) 0%, rgb(33, 32, 37) 100%);
}

#wrapper {
  height: 100vh;
  height: 100dvh;
  width: 100vw;
  width: 100dvw;
  padding: 0;
  background-image: url(../img/logo.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 90dvh;
  display: flex;
  flex-direction: column;
  align-items: center;
}/*# sourceMappingURL=engagementshub.css.map */