html,
body {
  margin: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #f2ede0;
}

#mojtama-boot {
  position: fixed;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: #6b5f59;
  font: 600 22px system-ui, sans-serif;
}

#mojtama-boot img {
  border-radius: 24px;
}

#mojtama-boot p {
  margin: 0;
}
