body {
  /* Originally from https://starcraft.fandom.com/wiki/Spear_of_Adun?file=Spear+of+Adun+Front+LotV.jpg */
  background-image: url('adun.png');
  background-size: 25%;
  width: 50vw;
  height: 50vh;
  background-repeat: no-repeat;
  background-position: left top;
}

h1 {
  text-align: right;
}