*{
    font-family: 'Outfit', sans-serif;
    text-align: center;
}
main{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color:hsl(212, 45%, 89%);
    min-width: 376px;
    margin: 8% auto;
    padding: 7rem 0;
}
section{
    background-color: hsl(0, 0%, 100%);
    border-radius: 5%;
    width: 20rem;
    padding: 1rem;
    max-width: 250px;
    min-width: 200px;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}
img{
    width: 100%;
    border-radius: 5%;
}
h1{
    color: hsl(218, 44%, 22%);
    font-weight: 700;
    font-size: 1.25rem;
    width: 15rem;
}
p{
    font-size: 14px;
    color: hsl(220, 15%, 55%);
    width: 15rem;
    font-weight: 400;
}
.attribution { font-size: 11px; text-align: center; position: relative; top: 5rem;  }
.attribution a { color: hsl(228, 45%, 44%); }