
h5{
/* from deepseek; to fix tags in /blogs/ from being so spaced 
apparently has to do something w/ sakura.css. (dw, not slop!)
*/
    margin-bottom: .1rem;
}


a:visited {
  color: #eb99a1;
}

a:hover {
  color: #DA4453;
  border-bottom: 0px; 
}
.tag{
    display: inline flow-root; 
    background-color: rgb(255, 193, 193); 
    color: rgb(0, 0, 0); 
    padding: 4px 4px; 
    text-align: left;
    font-family: "Elms Sans", sans-serif;
    line-height: 15px;    
    margin-inline-start: 10px; 
    margin-bottom: 1px;
}

.navbar{
    padding-right: 10px;
}

.baffled{
    margin-left: auto;
}

/* https://w3collective.com/calculate-reading-time-javascript/ */
.badge{
    display: inline-block; 
    background-color: #b5cfbb; 
    color: rgb(0, 0, 0); 
    padding: 4px 8px; 
    text-align: left;
    font-family: "Elms Sans", sans-serif;
}

/* w3school docs */
.flex-container { 
  display: flex;
  flex-direction: row;
}