#frontPageCol
{
  display:flex;
  flex-direction:column;
}
#frontPageRow
{
  display:flex;
}
#theArrayOuter
{
  text-align:center;
  width: 200px;
  height: 200px;
  max-width: fit;
  overflow: scroll;
  background: lightgreen;
  margin:10px;
  box-shadow:0px 0px 10px grey;
  border:1px solid green;
  border-radius:10px;
}
#popOutOuter
{
  text-align:center;
  width: 200px;
  height: 200px;
  max-width: fit;
  background: lightgreen;
  margin:10px;
  box-shadow:0px 0px 10px grey;
  border:1px solid green;
  border-radius:10px;
}
#wrapper
{
  display:flex;
  justify-content:center;
}