body{
  background-color: hsl(212, 45%, 89%);

}
div{
  margin:100px auto;
  width: 260px;
  height: 420px;
  padding: 15px;
  background-color: hsl(0, 0%, 100%);
  border-radius: 12px;
  text-align: center;
  font-family: "Outfit", sans-serif;
}
img{
  border-radius: 10px;
  width: 260px;
}
h3{
  color: hsl(218, 44%, 22%);

  font-weight: 700;

}
.content{

  color: hsl(220, 15%, 55%);
  font-weight: 400;
}
.attribution{
  color: hsl(218, 44%, 22%);
  text-align: center;
}
