#map {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
  width: 1200px;
}

#lothlorien {
  position: absolute;
  top: 340px;
  left: 580px;
  border: green 2px solid;
  width: 70px;
  height: 70px;
}

#message {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 1130px;
  height: 1.3em;
  background: white;
  padding: 10px;
  border: navy 1px solid;
  font-size: 24px;
}
