html,
body {
  margin: 0;
  height: 100%;
  background: #050508;
}

#root {
  min-height: 100vh;
  min-height: 100dvh;
}

.edu-app-frame {
  display: block;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  border: 0;
  background: #000;
}

.education-is-key {
  position: fixed;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
  pointer-events: none;
  opacity: 0;
}

.rosin-ads {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 5;
}

.rosin-ads.is-hidden {
  display: none;
}

.rosin-ad-side,
.rosin-ad-bottom {
  pointer-events: auto;
}

.rosin-ad-side {
  position: fixed;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 160px;
  min-height: 600px;
}

.rosin-ad-bottom {
  position: fixed;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
  width: 468px;
  min-height: 60px;
}
