body {
  background-color: white;
  color: black;
  font-family: Verdana;
}
h1{
  color:green;
}
.footer{
  position: fixed;
  bottom: 10px;
}