

@font-face {
    font-family: "ICAORWYID";
    src: url("./ICAORWYID_Font/ICAORWYID.ttf") format("truetype");
  }

body {
    font-family: Arial, sans-serif;
    margin: 0;
    overflow: hidden;
}
#overlay {
    position: absolute;
    top: 10px;
    left: 10px;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    z-index: 1;
    font-size: 14px;
}
#renderCanvas {
    width: 100vw;
    height: 100vh;
    touch-action: none;
    display: block;
}
#fileInput {
    position: absolute;
    top: 20px;
    left: 600px;
    z-index: 1;
    background: white;
}

