@font-face {
  font-family: shonk;
  src: url(SpecialElite-Regular.ttf);
}

body {
  background-color: rgb(76, 17, 110);
}

h1 {
  font-family: shonk;
  position: absolute;
  right: 530px;
  top: calc(50vh - 120px - 10pt);
  font-size: 20pt;
  color: rgb(221, 170, 251);
  font-weight: 100;
}

#hand {
  position: relative;
  left: 0.5em;
}

img {
  position: absolute;
  right: 0;
  top: calc(50vh - 300px);
}
