* {
  padding: 0;
  margin: 0;
  user-select: none; }

canvas {
  background: #456a2a;
  display: block;
  margin: 0 auto;
  width: 100%; }

body,
html {
  height: 100%;
  width: 100%;
  background: #456a2a; }

.controls {
  width: 100%;
  display: flex;
  justify-content: space-around;
  gap: 70px;
  margin-top: 50px;
  z-index: 1;
  position: absolute;
  bottom: 50px; }
  .controls .control {
    height: 130px;
    width: 130px;
    font-size: 72px;
    font-family: NerdFont;
    display: flex;
    justify-content: center;
    align-items: center; }

.lore {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ddd8c7; }
  .lore img {
    width: 100%; }
  .lore .bubble {
    position: relative; }
    .lore .bubble .text {
      position: absolute;
      top: 33%;
      left: 10%;
      font-size: 24px;
      font-family: NerdFont;
      color: #000; }

@font-face {
  font-family: 'NerdFont';
  src: url("../fonts/NerdFont.ttf"); }
