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;
}

body.oscilloscope {
  background-image: url("../images/istockphoto-1433052599-1024x1024.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: 100%;
}

.oscilloscope h1, .oscilloscope h2 {
  color: white;
}
.external {
  background-image: url("../images/external-link.png");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 0.857em;
  padding-right: 1em;
}
