@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic&family=Courier+Prime&display=swap");

body {
  background-image: url("/img/bg.png");
  font-family: "Zen Maru Gothic", sans-serif;
  overflow-x: hidden;
  max-width: 100vw;
}

#header {
  position: sticky;
  top: 0;
  z-index: 10000000;
  background: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.8));
}

code.meg-pkey {
  word-break: break-all;
  font-family: "Courier Prime", monospace;
}

.bot-notes {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  color: rgb(0, 0, 0, 0);
}

.bot-notes summary {
  cursor: pointer;
}

.main {
  position: relative;
  z-index: 1;
}