
/* a lot of this styling code was completely stolen from:
https://vibertthio.com/posenet-whack-a-mole/ */
body {
  text-align: center;
  /* background-color: rgba(233, 51, 141); */
}



#p5-canvas {
  width: 640px;

  position: relative;
  margin: 1rem auto;
}


#submit-score {
  position: absolute;
  left: 265px;
  top: 340px;
}
#submit-name {
  position: absolute;
  left: 240px;
  top: 300px;
}

#leaders-ol {
  width: 70%;
  margin: 2rem 1rem 2.5rem 1rem;
  list-style: none;
  counter-reset: li;
}

#leaders {
  display: none;
  position: absolute;
  width: 50%;
  height: 50%;
  top: 25%;
  left: 25%;
  background: rgba(255, 255, 255, 1);
  border: 1px solid;
/*   border-color: rgba(159, 112, 208, 1); */
}

ol {
  text-align: left;
}

.score{
  float: right;
}