body {
    margin:0;
    background:#1e1e1e;
}

#everything {
  position:absolute;
  height:650px;
  width:100vw;
  top:calc(50vh - 325px);
  left:0;
}

img {
  position:absolute;
  width:80px;
  height:80px;
}

p {
  position:absolute;
  top:0;
  left:calc(50vw - 400px);
  width:800px;
  height:70px;
  font-family: "ibm-plex-mono", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size:14px;
  text-align:center;
  letter-spacing:-.02em;
  color:#d3c2b6;
}

#gameContainer {
  position:absolute;
  top:110px;
  left:calc(50vw - 401px);
  width:800px;
  height:400px;
  background:#0c0c0c;
  border:1px #d3c2b6 solid;
}

#foundContainer {
  position:absolute;
  top:550px;
  left:calc(50vw - 400px);
  width:800px;
  height:100px;
  display:flex;
  flex:flex-wrap;
  justify-content:space-between;
}

#light {
    position:absolute;
    top:0;
    left:0;
    width:80px;
    height:80px;
    border-radius:50%;
    background:#ffe2a5;
    margin:0;
    filter:blur(10px);
}

#crossword {
  top:160px;
  left:560px;
  opacity:0;
  cursor:pointer;
}

#subway {
  top:240px;
  left:240px;
  opacity:0;
  cursor:pointer;
}

#running {
  top:0;
  left:400px;
  opacity:0;
  cursor:pointer;
}

#martini {
  top:80px;
  left:80px;
  opacity:0;
  cursor:pointer;
}

#guitar {
  right:0;
  bottom:0;
  opacity:0;
  cursor:pointer;
}

  #found1 {
    width:99px;
    height:99px;
    border:1px #d3c2b6 solid;
    border-radius:25%;
  }

  #found2 {
    width:99px;
    height:99px;
    border:1px #d3c2b6 solid;
    border-radius:25%;
  }

  #found3 {
    width:99px;
    height:99px;
    border:1px #d3c2b6 solid;
    border-radius:25%;
  }

  #found4 {
    width:99px;
    height:99px;
    border:1px #d3c2b6 solid;
    border-radius:25%;
  }

  #found5 {
    width:99px;
    height:99px;
    border:1px #d3c2b6 solid;
    border-radius:25%;
  }

  #crosswordFound {
    transform:translate(10px, 10px);
    display:none;
  }

  #subwayFound {
    transform:translate(10px, 10px);
    display:none;
  }

  #martiniFound {
    transform:translate(10px, 10px);
    display:none;
  }

  #runningFound {
    transform:translate(10px, 10px);
    display:none;
  }

  #guitarFound {
    transform:translate(10px, 10px);
    display:none;
  }