body, html {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
  font-family: 'Inter', sans-serif;
}

iframe {
  width: 100%;
  height: 100vh;
  border: none;
}

.loader {
  position: absolute;
  width: 100%;
  height: 100vh;
  background: #ffffff;
  color: #3B742D;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5em;
  font-weight: bold;
  z-index: 1000;
}
