body {
  background-color: black;
}

@font-face {
  font-family: "PressStart2P";
  src: url("/assets/fonts/PressStart2P-Regular.ttf") format("opentype");
}

.destroyman {
  background-image: url("/assets/img/destroyman/idle.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: bottom;

  position: fixed;
  right: 1px;
  bottom: 1px;

  height: 169px;
  width: 169px;
}

.dialogue-image {
  background-image: url("/assets/img/destroyman/dialogue.png");
  background-size: 100%;
  
  height: 156px;
  width: 225px;
  
  position: fixed;
  right: 90px;
  bottom: 150px;
}

.dialogue {
  font-size: 0.55rem;
  font-family: "PressStart2P";
  margin: 5px;
  line-height: 1.75;
  overflow: hidden;
}