.temp-page {
  display: grid;
  justify-content: center;
  justify-items: center;
}
.temp-page img {
  padding-bottom: 1rem;
  max-width: 20rem;
}
.temp-page a {
  color: #FAA0A0;
}