body {
  color: black;
  font-family: Times, serif;
  text-align: left;
  font-size: 16px;
  line-height: 18px;
  padding: 5px;
  background-color: transparent;
}

a {
color: black;
text-decoration: none;
}

p {
color: black;
text-decoration: none;
}

.footer {
   position: fixed;
   left: 10;
   bottom: 0;
   width: 100%;
   background-color: transparent;
   color: black;
   text-align: left;
}

img {
  width: 100%;
}
