
.lost {
  width: 100%;
  height: 500px;
  
  display: flex;
  justify-content: center;
  align-items: center;
  
  color: white;
  font-family: "Comic Sans MS";
  font-size: 2em;
  text-shadow: 3px 0px #0000FFC0, -3px 0px #FF0000C0;
}