
html, body {
  height: 100%;
  margin: 0;
}



/*
.flex-fill {
  flex:1;
}
*/

body {
  background-color: white;
  color: black;
  font-family: Verdana;
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  /* background-color: #425D65 */;
  color: white;
  /* text-align: center */;
}
