* {
  box-sizing: border-box;
}
.outfit {
  font-family: "Outfit", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
body {
  margin: 0;
  width: 100%;
  background-color: hsl(212, 45%, 89%);
  padding-top: 230.5px;
}
.conteiner {
  margin-inline: auto;
  text-align: center;
  background-color: hsl(0, 0%, 100%);
  padding: 16px 16px 40px;
  border-radius: 20px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap:0 ;
  width: 320px;
}
img {
  border-radius: 10px;
  width: 288px;
  height: 288px;
  margin-block-end: 24px;
}
h1 {
  margin: 0;
  font-weight: 700;
  color: hsl(218, 44%, 22%);
  margin-block-end: 16px;
}
p {
  margin: 0;
  font-weight: 400;
  color: hsl(216, 15%, 48%);
  font-size: 15px;
  text-align: center;
  height: 63px;
  width: 256px;
  margin-block-end: 24px;
  margin: auto;
  min-inline-size: 16px;
  line-height: 140%;
}
