.attribution { font-size: 11px; text-align: center;}
.attribution a { color: hsl(228, 45%, 44%);}
body{
  width: 1440px;
  height: 100vh;
  background-color: #D5E1EF;
  display: flex;
  justify-content: center;
}

.container{
  /*PLS CENTER THIS AT THE MORNING*/
  width: 320px;
  height: 499px;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 16px 16px 0px 16px;
  box-sizing: border-box;
  
}
.container h3,
.container p {
  text-align: center;
  font-family: "Outfit", sans-serif;
  
}
img{
  display: block;
  border-radius: 10px;
  width: 288px;
  height: 288px;
}
.container p{
  font-size: 15px;
  color: hsl(216, 15%, 48%);
  padding-bottom: 40px;
  padding-left: 8px;
  padding-right: 8px;
}
.container h3{
  color: hsl(218, 44%, 22%);
  margin: 15px;
  font-size: 22px;
}