body {
  background-image: url("../images/armadilloland1.png");
  font-family: "Love Ya Like A Sister", cursive;
  font-weight: 400;
  font-style: normal;
  margin: 50px;
}

body.censored {
  background-image: url("../images/armadilloland1.png"), url("../images/censored_rubber_stamp.svg");
  background-blend-mode: screen;
}

.external {
	background-image: url("../images/external-link.png");
	background-position: center right;
	background-repeat: no-repeat;
	background-size: 0.857em;
	padding-right: 1em;
}