@import url('wide-text-page.css');

h1 {
  font-size: 110%;
  margin: 2em 0 1em;
}

img {
  width: 100%;
  margin: 0 auto;
  display: block;
}
.date {
  font-family: 'Alfa Slab One', cursive;
  font-size: 200%;
  /*color: #22f;
  border: 1px solid blue;*/
  padding: 0.5em;
  text-align: center;
}

div.review {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
  margin: 1rem 0;
  gap: 10px;
}

div.review a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid #ddd;
  padding: 6px 3px;
  background: #00fa;
  color: white;
  text-align: center;
  text-decoration: none;
  border-radius: 12px;
  font-weight: 600;
}
