* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Google Sans Code", monospace;
  font-weight: 400;
  font-style: normal;
}

canvas {
  display: block;
}

#legend {
  position: absolute;
  z-index: 999;
  color: white;
  padding: 20px 0 0 20px;
  user-select: none;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

h1 {
  font-size: 16px;
  color: rgb(206, 206, 206);
}

#iss-tag {
  display: flex;
  flex-direction: row;
  column-gap: 10px;
  align-items: center;
  margin-left: 20px;
}

#red-dot {
  width: 10px;
  height: 10px;
  background-color: red;
  border-radius: 999px;
}

#iss {
  font-size: 12px;
  color: rgb(172, 172, 172);
}

#hint {
  font-size: 12px;
  color: rgb(172, 172, 172);
  text-align: center;
  position: absolute;
  z-index: 999;
  user-select: none;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding-bottom: 20px;
}
