@font-face {
  font-family: 'Trajanus Bricks';
  src: url(TrajanusBricks.ttf);
}
body {
  background-image: url(/images/mustafar.png);
  background-size: cover;
  background-repeat: repeat;
}
h1, h2, a, a:active {
  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(188, 7, 7, 0.542);
  width: 60vw;
  color: orange;
  font-size: 1.2em;
  filter: drop-shadow(5px 5px 10px black);
}
.duel {
  height: 30vh;
  filter: drop-shadow(5px 5px 10px gold);
}
