body
{
  align-items: centre;
  display: flex;
  background-color: hsl(212, 45%, 89%);
  font-family: "Outfit", serif;
  justify-content: center;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.card
{
 
  background-color: white;
  border-radius: 15px;
  padding: 4%;
  top: 25%;
  text-align: center;
  width: 375px;
  box-shadow: 0 10px 40px hsl(220, 15%, 55%);
  
}
img
{
  border-radius: 15px;
  width: 375px;
  height: 375px;
}

  h1 {
    color: hsl(218, 44%, 22%);
    font-weight: 700;
  }
  p {
    color: hsl(220, 15%, 55%);
    font-size: 15px;
    font-weight: 400;
    padding: 15px;
  }
  
  .attribution {
    font-size: 11px;
    text-align: center;
  }
  
  .attribution a {
    color: hsl(228, 45%, 44%);
    text-decoration: none;
  }