#frontPageCol
{
  display:flex;
  flex-direction:column;
}

#frontPageRow
{
  display:flex;
}
#theArrayOuter
{
  text-align:center;
  width: 200px;
  height: 200px;
  max-width: fit;
  overflow: scroll;
  background: skyblue;
  margin:10px;
  box-shadow:0px 0px 10px grey;
  border:1px solid royalblue;
  border-radius:10px;
}
#popOutOuter
{
  text-align:center;
  width: 200px;
  height: 200px;
  max-width: fit;
  background: skyblue;
  margin:10px;
  box-shadow:0px 0px 10px grey;
  border:1px solid royalblue;
  border-radius:10px;
}