.buttonLabel
{
  position:relative;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size:10px;
  text-align:center;
  margin-right:50%;
  margin-left:45%;
  top:10px;
  bottom:10px;
}

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

#otherOptions
{
  background-image: url("https://svgshare.com/i/Mf9.svg");
  background-position:center;
  background-size:contain;
  background-repeat:no-repeat;
}
#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;
}