@import url('./?mortyurl=https%3A%2F%2Ffonts.googleapis.com%2Fcss2%3Ffamily%3DBaskervville%3Aital%400%3B1%26family%3DRoboto%2BSlab%3Awght%40100..900%26display%3Dswap');
@font-face{/*Basic Latin*/
	font-family:'Ensign:Serif';
	font-style:Normal;
	font-weight:400;
	unicode-range:u+9-a,u+d,u+20-7e;
	src:url('./?mortyurl=https%3A%2F%2Fclassicmc-studios.github.io%2Fmormon%2F40k00-B7GlI3T4.woff2') format('woff2');
}
.EnsignSerif
{
	font-family:'Ensign:Serif',serif;
	font-weight: 400;
	font-size: 1em;
}
*{
  margin:0;
  padding:0;
  font-family: "Ensign:Serif";
  font-weight:300;
  line-height: 1.6;
  color:#e0e0e0;
  text-align: left;

}

body{
  position:absolute;
  width:100%;
  height:100%;
  background-color: #121212;
}
.⁋{
  font-size:35px;
  font-weight:400;
}
.container{
  display:grid!important;
  position:relative;
  margin-left: 10%;margin-right: 10%;

  height: 100%;
}
.fixed{
  position:fixed;
  width:100px;
}
.bar{
  position:relative;
  overflow-y:hidden;
  padding-top:10px;
}
.maya{
  font-family: sans-serif;
  /* display: inline-flex; */
  background-color: #252525;
  font-weight:100;
  border: 1px solid #3d3d3d;
  border-radius:100px;
  position:absolute;
  padding:5px;
  width:90px;
  margin-top:70px;
}
.body{
  margin-top:80px;
}
.secendum{
  margin-left:100px;
}
mark{
  border-radius:2px;
  padding:2px;
  background-color: rgba(91, 197, 219, 0.282);
  color:white;
}
.hv{
  padding:5px;
  font-family: sans-serif;
  text-align: center;
  font-weight: 500;
}
.maya:hover > .hv{
  background-color: #3d3d3d;
  border-radius:100px;
}
button:not(.maya){
  border: none;
  background-color: rgba(0,0,0,0);
  color:#e0e0e0;
  font-size: 16px;
}
hr{
  margin:10px;
  border-color: gray;
}
.lay{
  margin:5px;
  padding:5px;
  border:1px solid gray;
}
h1{
  font-weight:100;
}
h3{
  font-size:28px;
  font-weight:900;
}
sup b{
  color:grey;
}