body{
background-color: #2b2b2b;
color: white;
}
#frontPageRow
{
  display:flex;
  justify-content:center; 
}
#frontPageCol
{
  display:flex;
  flex-direction:column;
  align-items:center;
}
.headerBox
{
  background:#2b2b2b;
  padding:5px;
  text-align:center;
  border-radius:10px;
     box-shadow: 0px 10px 5px grey;
}
.column
{
  display:flex;
  flex-direction:column;
}
.row
{
  display:flex;
  flex-direction:row;
}
.atmButtons
{
  background: #2b2b2b;
  width:100px;
  height:100px;
  border:groove 1px darkgrey;
}
.atmButtons:hover
{
  background:#2b2b2b;
}