body {
  background-color: hsl(212, 45%, 89%);
  font-size: 15px;
  font-family: 'Outfit', sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
}

.page {
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-container {
  background-color: hsl(0, 0%, 100%);
  border-radius: 1.25rem;
  box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1),
    0 8px 10px -6px rgb(0 0 0 / 0.1);
  display: inline-block;
  padding: 1rem;
  text-align: center;
  max-width: 20rem;
}

.image {
  max-width: 100%;
  height: auto;
  border-radius: .75rem;
}

.text-container {
  padding: 0 1.5rem 0 1.5rem;
}

.title {
  font-size: 1.5rem;
  color: hsl(218, 44%, 22%);
}

.subtitle {
  font-size: 1rem;
  font-weight: 400;
  color: hsla(217, 45%, 22%, 0.6);
}