html, body {
    height: 100%;
    min-height: 100vh;
}
body {
  background-color: #a3a3a3;
  color: black;
  font-family: Verdana;
}
