h1 {
  color: black;
  font-size: 1.15em;
  font-family: "OpenSymbol";
  background-color: rgba(125,0,125,.25);
  text-align: center;
}
h2 {
  color: black;
  font-size: 1.10em;
  font-family: "OpenSymbol";
  text-align: left;
}
.strong {
  color: black;
  font-size: 1.125em;
  font-family: "OpenSymbol";
  background-color: rgba(125,125,125,.10);
  font-weight: bold;
}
.link {
  color: rgba(0,0,255,1);
  background-color: rgba(0,0,255,.10);
  font-family: "OpenSymbol";
  font-size: 1.125em;
}
.menu {
  position: -webkit-sticky;
  position: sticky;
  text-align: center;
  top: 0;
  z-index: 1;
  background-color: rgba(255,255,255,.75);
}
.me_a {
  position: static;
  width: 15%;
  height: 5vh;
}
.me_b {
  position: static;
  width: 15%;
  height: 5vh;
}
.me_c {
  position: static;
  width: 15%;
  height: 5vh;
}
.me_d {
  position: static;
  width: 15%;
  height: 5vh;
}
.me_e {
  position: static;
  width: 15%;
  height: 5vh;
}
.inf_1 {
  left: 0;
  top: 0;
  width: 100%;
  height: 50vh;
  overflow-y: scroll;
  border-width: thin;
}
.inf_1_me {
  left: 0;
  top: 0;
  width: 100%;
  height: 25vh;
  overflow-y: scroll;
  border-width: thin;
}
.img_me {
  width: 19vw;
}
.inf_2 {
  left: 2.5vw;
  top: 0;
  width: 95vw;
  height: 75vh;
  border-width: thin;
}
.inf_3 {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.15em;
  border-width: 0;
}
.lkna_mafr {
  position: absolute;
  width: 100vw;
  left: 0;
  top: 0;
  height: 100vh;
  overflow-y: scroll;
  overflow-x: hidden;
}
.lkna_img_box {
  position: absolute;
  width: 100vw;
  height: 95vh;
  left: 0;
  top: 0;
  background-color: rgba(125,0,125,.1);
}
.lkna_img {
  width: 100vmax;
  height: 100%;
}
