.container {
  border:solid 0.05rem black;
  background-color:white;
  font-size:13px;
  padding:5px;
  margin:0px;
}

.he{
  border:solid 0.05rem black;
  border-bottom-width:0px;
  background-color:#a6cff2;
  text-decoration:underline;
  font-family:romance a;
  font-size:13px;
  font-weight:bold;
  width:105px;
  margin:5px 0px 0px 0px;
  padding:0px 0px 0px 5px;
  color:#002F96;
}

.he-green{
  border:solid 0.05rem black;
  border-bottom-width:0px;
  background-color:#b6ed6e;
  text-decoration:underline;
  font-family:romance a;
  font-size:13px;
  font-weight:bold;
  width:105px;
  margin:5px 0px 0px 0px;
  padding:0px 0px 0px 5px;
  color:#065f3a;
}

.he-pink{
  border:solid 0.05rem black;
  border-bottom-width:0px;
  background-color:#f2c0ca;
  text-decoration:underline;
  font-family:romance a;
  font-size:13px;
  font-weight:bold;
  width:105px;
  margin:5px 0px 0px 0px;
  padding:0px 0px 0px 5px;
  color:#c22f58;
}

.he-violet {
  border:solid 0.05rem black;
  border-bottom-width:0px;
  background-color:#baaefc;
  text-decoration:underline;
  font-family:romance a;
  font-size:13px;
  font-weight:bold;
  width:105px;
  margin:5px 0px 0px 0px;
  padding:0px 0px 0px 5px;
  color:#2e2d70;
}

.he-yellow{
  border:solid 0.05rem black;
  border-bottom-width:0px;
  background-color:#ffec90;
  text-decoration:underline;
  font-family:romance a;
  font-size:13px;
  font-weight:bold;
  width:105px;
  margin:5px 0px 0px 0px;
  padding:0px 0px 0px 5px;
  color:#8b5c19;
}

.pixel{
  width:14px;
  margin-right:2px;
  vertical-align:top;
}

.inline-img{
  vertical-align:top;
}

.btwn{
  display:flex;
  justify-content:space-between;
}

.center{
  display:flex;
  justify-content:center;
}

.even{
  display:flex;
  justify-content:space-evenly;
}

.upd-date {
  color:#426bc2;
  font-size:10px;
  background-color:#d4edff;
  padding:0 5px;
  width:85px;
  text-align:right;
}

  
.highlight-blue{
  background-color:#d4edff;
  color:#426bc2;
  font-weight:bold;
}

.new-badge{
  height:12px;
}

.indent{
  margin:0 0 0 10px;
}

.indent-2{
  margin:0 0 0 20px;
}

iframe {
  box-sizing:border-box;
  border:none;
  border-width:0px;
  padding:0px;
  margin:0px;
  overflow:hidden;
  max-width:1000px;
}

@font-face {
  font-family: "basiic";
  src: url(https://beachglass.neocities.org/fonts/basiic.ttf);
  format: "truetype"
}

@font-face {
  font-family: "romance a";
  src: url(https://beachglass.neocities.org/fonts/RomanceA.ttf);
  format: "truetype"
}

@font-face {
  font-family: "emoji";
  src: url(https://beachglass.neocities.org/fonts/EmojiFont.ttf);
  format: "truetype"
}

body {
  font-family:'basiic';
}
  
#bold a:link{
  color:black;
  text-decoration:none;}
  
#bold a:visited{
  color:black;
  text-decoration:none;}
  
#bold a:active{
  color:black;
  text-decoration:none;}

#bold a:hover{
  color:#426bc2;
  text-decoration:underline;
  background-color:#d4edff;
  font-weight:bold;
  margin-left:5px;
}


#muted a:link{
  color:#426bc2;
  text-decoration:none;
}

#muted a:active{
  color:#426bc2;
}

#muted a:visited{
  color:#426bc2;
}

#muted a:hover{
  color:#426bc2;
  text-decoration:underline;
  font-weight:bold;
}

#list a:link{
  color:#426bc2;
  text-decoration:none;}
  
#list a:visited{
  color:#426bc2;
  text-decoration:none;}
  
#list a:active{
  color:#426bc2;
  text-decoration:none;}

#list a:hover{
  color:#426bc2;
  text-decoration:underline;
  background-color:#d4edff;
  font-weight:bold;
  margin-left:5px;
}

#gray a:link{
  color:#a6cff2;
  text-decoration:none;
}

#gray a:active{
  color:#a6cff2;
}

#gray a:visited{
  color:#a6cff2;
}

#gray a:hover{
  color:#426bc2;
  text-decoration:underline;
  font-weight:bold;
}

.linked {
  transition: transform 0s;
  margin: 1px;
}

.linked:hover {
  -ms-transform: scale(0.9); /* IE 9 */
  -webkit-transform: scale(0.9); /* Safari 3-8 */
  transform: scale(0.9); 
}


.li-none{
  list-style-type:none;
  margin:0px;
  padding:1px 0px;
  text-align:left;
}

.li-square{
  list-style-type: square;
  margin:0 10px;
  padding:1px 0px;
  text-align:left;
  }
  
.li-box{
  list-style-type: none;
  margin:0px;
  padding:0px 0px;
  text-align:left;
  }
  
.li-box li:before{
  content:"\2610"
 
  }
  
.li-box-check{
  list-style-type: none;
  margin:0px;
  padding:0px 0px;
  text-align:left;
  }
  
.li-box-check li:before{
  content:"\2611"
 
  }

li{
  margin:1px;
}