#container {
  width: 2022px;
  height: 1454px;
  position: relative;
  border: 2px solid #aaa;
  overflow: hidden;
  resize: both;
}

#bg-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
}

#temp1 {
  position: absolute;
  top: 820px;
  left: 720px;
  width: 70px;
  height: 30px;
  background: rgba(255,255,255,0.8);
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px;
  font-weight: bold;
  cursor: move;
  white-space: nowrap;
  text-align: center;
  box-sizing: border-box;
}

#temp2 {
  position: absolute;
  top: 820px;
  left: 840px;
  width: 70px;
  height: 30px;
  background: rgba(255,255,255,0.8);
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px;
  font-weight: bold;
  cursor: move;
  white-space: nowrap;
  text-align: center;
  box-sizing: border-box;
}

#temp3 {
  position: absolute;
  top: 825px;
  left: 990px;
  width: 70px;
  height: 30px;
  background: rgba(255,255,255,0.8);
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px;
  font-weight: bold;
  cursor: move;
  white-space: nowrap;
  text-align: center;
  box-sizing: border-box;
}

