.sidebar {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 140px;
  height: 100%;
  padding: 10px;
  border: 2px solid;
  overflow: hidden;
}

.sidebar-el {
  padding: 5px;
  border: 2px solid;
  text-align: center;
}

.content {
  margin-left: 150px;
  padding: 0px 10px;
}

.key {
  width: 64ch;
  font-family: "Fira Code";
}

.buttons {
  text-align: center;
}

.button-variants {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-rows: minmax(100px, auto);
}

.button::before {
  display: none;
}

.button::after {
  width: 88px;
  height: 31px;
  content: url("https://dimension.sh/~minekpo1/res/88x31-404.png");
}

code {
  font-family: "Fira Code";
}

@font-face {
  font-family: "Fira Code";
  src: local("Fira Code"), url("/~minekpo1/gen/fira-code.ttf");
}

/*# sourceMappingURL=style.css.map */
