body {
  font-family: monospace;
  margin: auto;
  padding: 40px;
  background: #FFF;
  color: #000;
  text-align: center;
}

img {
  width: 300px; 
  margin-bottom: 20px;
}

p {
  max-width: 600px;
  font-size: 14px;
  justify-content: center;
  margin: auto;
  margin-bottom: 20px;
}

a {
  margin-top: -30px;
  color: yellow;
}

.date {
  color: #AAA;  
}

a.background-ascii {
  color: #000;
  text-decoration: none;
  font-size: 11px;
  display: inline-block;
  line-height: 1.2;
}

a.background-ascii:hover {
  color: #AAA;
}

.tags {
  gap: 8px;
  margin-bottom: 20px;
}

.tag {
  text-align: center;
  background: #000;
  color: #fff;
  font-size: 11px;
  padding: 5px 10px;
}

.link:hover {
  background: #AAA;
}

