/* line 1, ../sass/page.scss */
.page {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 50px;
  height: 100vh;
  background-color: var(--color-blue-blue);
}
/* line 10, ../sass/page.scss */
.page img {
  max-width: 400px;
  display: block;
}
