
a {
  color: black;
  text-decoration: none;
  font-weight: bold;
}

.code {
  font-family: source-code-pro;
  color: black;
}
.comment {
  font-family: helvetica;
}

/* Ensure the background can fill the whole page */
html {
  background-image: url("gradients/bloggrad.png")
  }