@charset "utf-8";

body {
  width: 100%;
  background-color: #fff;
}
.container {
  display: grid;
  gap: 30px;
  max-width: 550px;
  width: 55%;
  margin: 0 auto;
}
header {
  height: 25px;
  text-align: center;
  color: #fff;
  background-color: #3fc;
  padding-top: 10px;
}
figure {
  margin-bottom: 30px;
}
figure img {
  max-width: 100%;
  height: auto;
}
.comment {
  line-height: 1.3em;
}
h3 {
  margin-bottom: 10px;
}