@font-face {
  font-family: "FA_FJGEDCLDMD";
  src: url("FA_FJGEDCLDMD.ttf") format("truetype");
}

body {
  font-family: "FA_FJGEDCLDMD", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
  overflow: hidden;
  position: relative;
}

body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("https://cdn.glitch.global/3a2ea6b7-ee34-462a-bda5-b46b01d9a5c9/08.png?v=1742585665143")
    no-repeat center center fixed;
  background-size: 50% auto;
  z-index: -1;
}

#container {
  position: absolute;
  width: 100%;
  height: 100%;
}

img {
  position: absolute;
  object-fit: cover;
  border-radius: 8px;
  transition: transform 0.2s ease-in-out, opacity 0.5s ease-in-out;
  opacity: 0;
}
