body {
  background-image: url("/images/bg/paper.png");
  background-attachment: fixed;
  font-family: basiic;
  font-size: 14px;
  color: #8d6456;
  line-height: 12px;
}


.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

@font-face {
  font-family: "spirit";
  src: url(/fonts/spirit.ttf);
}

@font-face {
  font-family: "basiic";
  src: url(/fonts/basiic.ttf);
}

.iotn img {
  width: 140px;
  height: 140px;
  margin-top: 7px;
  margin-bottom: -10px;
}

h1 {
  font-family: "spirit";
  font-size: 34px;
  font-weight: normal;
  color: #8d6456;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
}

h2 {
  font-family: "spirit";
  font-weight: normal;
  font-size: 18px;
  color: #ff99bb;
  margin-top: 13px;
  text-align: center;
  letter-spacing: -0.5px;
  margin-bottom: 3px;
}

h3 {
  font-weight: bolder;
  color: #ff99bb;
}

ol {
  line-height: 24px;
}

ol img {
  vertical-align: center;
  padding-left: 7px;
  padding-right: 7px;
  height: 12px;
}

a:any-link,
a:visited {
  color: #ff99bb;
}

a:hover,
a:focus {
  background-color: #ff99bb;
  color: white;
}

.grid img {
  margin: 1px;
  vertical-align: middle;
  image-rendering: pixelated;
}

a img:hover,
a:focus img {
  filter: drop-shadow(1px 1px 0 #ff99bb) drop-shadow(-1px 1px 0 #ff99bb)
    drop-shadow(1px -1px 0 #ff99bb) drop-shadow(-1px -1px 0 #ff99bb);
}

.grid a,
.grid a:hover {
  background-color: transparent;
  color: transparent;
  padding: 0;
}