/* importing fonts */
@font-face{ font-family: "Aseprite"; src: url("/Fonts/AsepriteFont.ttf") format("truetype"); }
@font-face{ font-family: "Oliver"; src: url("Fonts/Oliver-Regular.ttf") format("truetype")}
@font-face{ font-family: "Jua"; src: url("Fonts/Jua-Regular.ttf") format("truetype");}

body { 
  cursor: url(/cursor.png), default;
  font-family: "Aseprite", monospace;
  background-image: url("https://i.imgur.com/riUmMO3.jpeg");
  width: 1920px;
  height: 1080px;
  color: #934c00;
  font-size: 24px;
}
.container {
  width: 774px;
  height: 519px;
  background-color: white;
 
  border: .5px dashed #860a0a;
  position: absolute;
  margin-left: 560px;
  border-radius: 5px;
  margin-top: 161px;
  outline: 5px solid #fff;
  box-shadow: 5px 5px 5px 5px #dbc93661;
}

.low-poly-flan {
  position: absolute;
   left: 303px;
  z-index: 1;
  top: 316px;
  width: 152px;
}
.flan {
  position: absolute;
  z-index: 1;
  width: 306px;
  left: -172px;
  top: 227px;
}
.pancake {
  position: absolute;
  left: 1224px;
  z-index: 1;
  top: 223px;
}

.text {
  text-align: center;
}
.disclaimer {
  text-align: center;
  font-size: 69px;
}