@font-face {
  font-family: 'Trajanus Bricks';
  src: url(TrajanusBricks.ttf);
}
body {
  background-image: url(/images/beautiful\ tattooine\ sunset.png);
  background-size: contain;
  background-repeat: repeat;
  background-color: hsl(338,12%,13%)
}
h1, h2, a, a:active, .boy {
  font-family: 'Trajanus Bricks', 'Times New Roman', Times, serif;
  color: #EBD71C;
  filter: drop-shadow(5px 5px 10px red);
}
a:hover {
  color:rgb(247, 206, 130);
}
p {
  font-family: 'Times New Roman', Times, serif;
  background-color: rgba(161, 69, 121, 0.332);
  width: 60vw;
  color: rgb(248,194,217);
  font-size: 1.2em;
  filter: drop-shadow(5px 5px 10px black);
}
.boy {
  height: 33vh;
filter: drop-shadow(5px 5px 10px rgba(161, 69, 121, 0.77));
}

