.column
{
  display:flex;
  flex-direction:column;
}
.row
{
  display:flex;
  flex-direction:row;
}
#deposit
{
  background: blue;
  width:100px;
  height:100px;
}
#withdraw
{
  background: skyblue;
  width:100px;
  height:100px;
}
#transfer
{
  background: green;
  width:100px;
  height:100px;
}

#otherOptions
{
  background: red;
  width:100px;
  height:100px;
}
#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;
}
.buttonWords
{
  text-align:center;
}
#wrapper
{
  background: url("https://homeluf.com/wp-content/uploads/2016/12/01-Italian-Carrera-Marble.jpg");
  background-size:contain;
  background-position:center;
}
border: rgb(155,100,100) solid 2px;
  background-image: linear-gradient(https://upload.wikimedia.org/wikipedia/commons/8/83/ATM_pinpad_in_german.jpg);