body {
  font-family: Verdana;
  margin: 0;
  padding: 0;
}

#main {
  background-color: black;
  min-height: 5000px;
  position: relative;
}

#jermaScary {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 24px;
  height: auto;
  filter: grayscale(100%); /* Makes image black and white */
}
