body {
  background-color: hsl(212, 45%, 89%);
  font-family: Outfit, 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
}

.main-box {
  background-color: white;
  inline-size: 300px;
  padding: 15px;
  border-radius: 20px;
  box-shadow: 0 5px 50px rgba(0, 0, 0, 0.1);
}

img {
  inline-size: 300px;
  border-radius: 10px;
}
h1 {
  color: hsl(218, 44%, 22%);
  font-size: 22px;
  line-height: 1.2;
}
p {
  color: hsl(216, 15%, 48%);
  font-size: 15px;
  line-height: 1.5;
}
.text-box {
  padding-inline: 20px;
  padding-block-end: 10px;
  
  text-align: center;
}