body{
    background-color: hsl(212, 45%, 89%);
    height: 100vh;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: 'Outfit', sans-serif;
}

.card{
    width: 280px;
    padding: 15px;
    text-align: center; 
    background-color: white;
    border-radius: 15px;
}

img{
    width: 100%;
    border-radius: 10px;
}

h1{
    color: hsl(218, 44%, 22%);
    font-size: 22px;
    font-weight: 700;
    padding: 0 12px;
}

p{
    color: hsl(220, 15%, 55%);
    font-size: 15px;
    font-weight: 400;
    padding: 0 12px;
}

.attribution {
    position: fixed;
    bottom: 20px;
    font-size: 11px;
    text-align: center;
  }

  .attribution a {
    color: hsl(228, 45%, 44%);
  }