body {
  background: white url(/images/Background.png);
  font-family: Recursive Mono Linear Static SemiBold, Cascadia Mono, Helvetica; 
  line-height: 30px;
  color: black;
  margin: 1px 30px 10px 30px;
  text-align: center;
}
h1 {
  background: transparent url(/images/mirror_title.png) no-repeat center;
  background-size: 400px 80px;
  line-height: 80px;
  color: red;
}
#titlecard {
  margin: 0 1.2em 0 1.2em;
}
#simirror {
  transform: translateY(.2em); 
}
#mirrored_simirror {
  transform: scaleX(-1) translateY(.2em);
}
p {
  font-size: 20px;
}
a {
  color: black;
}
.intro_blurb {
  background: url(/images/wood.png);
  border: black;
  position: static;
  padding-top: 1px;
}
.socials_nav {
  background: url(/images/wood.png);
  float: left;
  width: 850px;
  margin-top: 10px;
  padding-top: 20px;
}
.art_nav {
  background: url(/images/wood.png);
  float: right;
  width: 850px;
  margin-top: 10px;
  padding-top: 20px;
}
#make_a_card {
  border: black 20px;
}
