@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:wght@400;700&family=IBM+Plex+Mono:wght@400;700&display=swap');

body {
    font-family: "IBM Plex Serif", serif; 
    background-color: #ffffff;
    color: #000000;
    line-height: 1.4;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    overflow-x: hidden;
}

.profile-pic {
    float: right;      
    margin-left: 20px;  
    margin-bottom: 15px;
    border: 2px solid #000;
    width: 200px;
    height: auto;
}

h1 {
    font-family: "IBM Plex Mono", monospace;
    text-align: right; 
}

h2, h3 {
    font-family: "IBM Plex Mono", monospace;
}

a {
    color: #0000ee;
    text-decoration: underline;
}

a:visited {
    color: #551a8b;
}

nav {
    margin-bottom: 20px;
    font-weight: bold;
    white-space: nowrap;
}

nav a {
    margin-right: 15px;
    white-space: nowrap;
}

hr {
    border: 0;
    border-bottom: 2px solid #000;
    margin: 20px 0;
}

ul {
    padding-left: 20px;
}

.retro-counter {
    display: inline-flex;
    background-color: #000000;
    padding: 3px;
    border: 3px inset #888888; /* Gives it a 3D sunken frame */
    vertical-align: middle;
}

.retro-counter .digit {
    background-color: #000000;
    color: #ffffff; /* White text on black background */
    font-family: "Courier New", Courier, monospace;
    font-size: 18px;
    font-weight: bold;
    padding: 2px 4px;
    border: 1px solid #333333; /* Separates the numbers like rolling dials */
    margin: 0 1px;
}

.badge-new {
  background: black;
  color: white;
  font-size: 0.7em;
  padding: 1px 5px;
  font-family: monospace;
  vertical-align: middle;
  animation: blink 1.2s step-start infinite;
}

.ai {
  font-size: 1.5em;
}

.fab {
  font-size: 1.5em;
}

@keyframes blink {
  50% { opacity: 0; }
}
