html {
  position: relative;
}

html,
body {
  overflow-x: hidden;
}

iframe {
  border: none;
  border-radius: 10px;
}

a {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.stepostin-body {
  position: relative;
  margin: 0;
  background-color: #F5D945;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.stepostin-container {
  position: relative;
  font-family: "Inter", sans-serif;
  max-width: 1140px;
  width: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.stepostin-highlighted-text {
  color: #915fff;
}

.stepostin-privacy-container {
  margin: 10px 0;
  padding: 0 16px;
  color: black;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.stepostin-signature {
  color: rgba(255, 255, 255, 0.567);
  font-family: "Inter", sans-serif;
  font-size: 12px;
  margin: 0;
  margin-top: 7px;
}

.stepostin-signature a {
  color: rgba(255, 255, 255, 0.567);
}

.stepostin-game-iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.stepostin-header-logo {
  max-height: 50px;
}