.column {
  display:flex;
  flex-direction:column;
}
.row {
  display:flex;
  flex-direction:row;
  justify-content:center;
}
.buttonPara
{
  font-size:14px;
}
.atmButtons
{
  display:flex;
  align-items:center;
  justify-content:center;
}
#withdraw {
  background:blue;
  width:100px;
  height:100px;
  color:white;
}
#deposit {
  background:skyblue;
  width:100px;
  height:100px;
  color:white;
}
#balances {
  background:green;
  width:100px;
  height:100px;
  color:white;
}
#otherOptions {
  background:red;
  width:100px;
  height:100px;
  color:white;
}
#headerBox {
  background:red;
  padding:5px;
  text-align:center;
  border-radius:10px;
  box-shadow: 0px 10px 5px grey;
}
#frontPageCol
{
  display:flex;
  flex-direction:column;
}
#frontPageRow
{
  display:flex;
  justify-content:center;
}
.output {
  color:purple;
  text-align:center;
}
p {
  text-align:center;
  font-size:20px;
}
body {
  background-color:indigo;
}
#withdraw:hover {
  background-color:darkblue;
}
#deposit:hover {
  background-color:lightblue;
}
#balances:hover {
  background-color:darkgreen;
}
#otherOptions:hover {
  background-color:darkred;
}
.atmButtons {
  border-style:solid;
  border-width:2px;
  border-color:gray;
}
a:link {
  color:violet;
  display:flex;
  flex-direction:center;
  justify-content:center;
}
a:hover {
  color:purple;
}
a:visited {
  color:violet;
}
#one {
  background-color: gray;
  width:50px;
  height:70px;
  border-style:solid;
  border-color:white;
}
#two {
  background-color: gray;
  width:50px;
  height:70px;
  border-style:solid;
  border-color:white;
}
#three {
  background-color: gray;
  width:50px;
  height:70px;
  border-style:solid;
  border-color:white;
}
#four {
  background-color: gray;
  width:50px;
  height:70px;
  border-style:solid;
  border-color:white;
}
#five {
  background-color: gray;
  width:50px;
  height:70px;
  border-style:solid;
  border-color:white;
}
#six {
  background-color: gray;
  width:50px;
  height:70px;
  border-style:solid;
  border-color:white;
}
#seven {
  background-color: gray;
  width:50px;
  height:70px;
  border-style:solid;
  border-color:white;
}
#eight {
  background-color: gray;
  width:50px;
  height:70px;
  border-style:solid;
  border-color:white;
}
#nine {
  background-color: gray;
  width:50px;
  height:70px;
  border-style:solid;
  border-color:white;
}
#zero {
  background-color: gray;
  width:50px;
  height:70px;
  border-style:solid;
  border-color:white;
}
.numbuttons {
  display:flex;
  align-items:center;
  justify-content:center;
}