:root {
  --sweet-pink: rgb(255, 222, 243);
}

* {
  color: white;
  line-height: 1.5;
}

body {
  margin: 0;
  padding: 8px;
  background-color: rgb(38, 38, 38);
}

header {
  margin: auto;
  margin-top: 8px;
  max-width: 80ch;
}

main {
  margin: auto;
  max-width: 80ch;
}

h1 {
  font-size: 1.25rem;
  color: var(--sweet-pink);
}

h2,
h3,
h4,
h5,
h6 {
  font-size: 1rem;
  color: var(--sweet-pink);
}

a {
  color: pink;
  text-decoration: none;
}

header {
  margin-bottom: 32px;
}

#title {
  margin-bottom: 0;
}

#date {
  display: block;
  color: rgb(188, 188, 188);
  margin-bottom: 32px;
}

.date {
  display: block;
  color: rgb(188, 188, 188);
  margin-top: 0;
  margin-bottom: 16px;
}

ul {
  padding-left: 1rem;
}

.image {
  display: block;
  margin: auto;
  max-width: 100%;
}

.images {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

hr {
  margin-top: 24px;
  margin-bottom: 24px;
  border-color: rgb(99, 99, 99);
}
