@import url(fonts.css);

body {
  background-color: #d5e1ef;
  height: 100vh;
  align-content: center;
  text-align: center;
}

.attribution {
  font-size: 11px;
  text-align: center;
}

.attribution a {
  color: hsl(228, 45%, 44%);
}

.page {
  display: grid;
  align-items: last baseline;
  justify-content: center;
}

.main {
  max-width: 450px;
  background-color: #ffffff;
  padding: 10px;
  border-radius: 20px;
}

figure {
  margin: 10px;
}

figure > img {
  max-width: 100%;
  border-radius: 20px;
  height: auto;
}

.content .title {
  color: #1c283f;
}

.content .text {
  color: #797c83;
}

footer.attribution {
  padding: 1rem;
  text-align: center;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
}
