@font-face {
  font-family: "Minecraft Seven";
  src:
    url("https://www.oratot.com/MinecraftSeven_v2.woff2") format("woff2"),
    url("https://www.oratot.com/MinecraftSeven_2.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Minecraft Ten";
  src: url("https://www.oratot.com/MinecraftTen.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html,
body {
  width: 100%;
  height: auto; /* Change from height: 100% to auto */
  overflow-y: scroll; /* Forces a scrollbar and allows vertical scrolling */
  -webkit-overflow-scrolling: touch; /* Adds momentum-based scrolling on iOS devices */
}

#skin_container {
  width: 100%;
  max-width: 300px;
  height: 400px;
  display: block;
  margin: 0 auto;
}
.no-text-deco {
  text-decoration: none;
}
body {
  margin: 0;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  font-family: "Minecraft Seven", sans-serif;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image: url("https://www.oratot.com/louvre.avif");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  filter: blur(8px);
  transform: scale(1.05);
  z-index: -1;
}

.mcten {
  font-family: "Minecraft Ten", sans-serif;
}
