.attribution {
  font-size: 11px;
  text-align: center;
}
.attribution a {
  color: hsl(228, 45%, 44%);
}
* {
  padding: 0;
  margin: 0;
  box-sizing: 0;
}
body {
  background-color: hsl(212, 45%, 89%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 100vh;
  font-family: "Outfit", sans-serif;
}
.contenair img {
  width: 250px;
  border-radius: 10px;
}
.contenair {
  display: flex;
  width: 280px;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  background-color: white;
  padding: 15px 0px;
  border-radius: 10px;
}
.tex-te {
  width: 250px;
  text-align: center;
  margin: auto;
  font-size: 15px;
}
.tex-te p {
  font-size: 15px;
  margin-top: 10px;
  font-weight: 400;
  color: hsl(216, 15%, 48%);
  margin-bottom: 20px;
}
.tex-te h1 {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 700;
  color: hsl(218, 44%, 22%);
}
.attribution {
  display: flex;
  margin-top: 10%;
}
