* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Outfit", sans-serif;
  background-color: #d6e2f0;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container {
  background-color: #ffffff;
  border-radius: 10px;
  max-width: 280px;
  box-shadow: 0 5px 15px #38538038;
}

img {
  width: 250px;
  border-radius: 10px;
  margin: 16px auto;
  display: block;
}

.texto {
  padding: 0 20px 20px 20px;
  text-align: center;
}

h1 {
  font-size: 20px;
  color: #1f3251;
  padding-bottom: 20px;
  font-weight: 700;
}

p {
  font-size: 15px;
  color: #68778d;
  font-weight: 400;
}
