a {
  color: #309975;
  font-family: Palatino, serif;
  text-decoration: none;
  margin: 2px;
  transition: background-color 100ms ease-out 100ms, color 100ms ease-out 100ms;
}

a:hover {
  background-color:#309975;
  color: white;
}

p {
  font-family: Palatino, serif;
  font-size: 1.1em;
}

code {
  border-left: 6px solid  #309975;
  background-color: #efeeb4;
  font-family: Palatino, serif;
}

.h-entry {
  margin-bottom: 5em;
}

pre code {
  font-size: 1.1em;
}

html {
  font-family: Palatino, serif;
}
