
.column
{
  display:flex;
  flex-direction:column;
}
.row
{
  display:flex;
  flex-direction:row;
}
.atmButtons
{
  background: blue;
  width:100px;
  height:100px;
  border:groove 1px darkgrey;
}
#deposit
{
  background-image: url("https://svgshare.com/i/Mf9.svg");
  background-position:center;
  background-size:contain;
  background-repeat:no-repeat;
}
#withdraw
{
  
 	
}
#transfer
{
  
}

#otherOptions
{
  
}
#headerBox
{
  background:blue;
  padding:5px;
  text-align:center;
  border-radius:10px;
 	box-shadow: 0px 10px 5px grey;
}
#frontPageCol
{
  display:flex;
  flex-direction:column;
  justify-content: center;
  align-items:center;
}
#frontPageRow
{
  display:flex;
  justify-content:center;
}