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

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

a:active {
  text-decoration: underline;
  color: black;
}

a:hover {
  text-decoration: underline;
  color: black;
}

.projecticon {
  margin-right: 0.5em;
}

.projectrow {
  margin-bottom: 2em;
}

body {
  margin-left: 2em;
  margin-right: 2em;
}

.description {
  padding: 1em;
}

.screenshot {
  padding: 1em;
}

.linkicon {
  padding: 1em;
}

.recipesrow {
  page-break-inside: avoid;
}