body {
    background-color: hsl(212, 45%, 89%);
    color: hsl(220, 15%, 55%);
    font-family: 'Outfit', sans-serif;
    font-size: .95rem;
    text-align: center;
}

/* ==TYPOGRAPHY== */
.text-title {
    color: #000;
    font-size: 1.45rem;
    font-weight: 700;
    margin-top: 0;
}

/* ==LAYOUT== */
img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    border-radius: 12px;
}

.container {
    display: flex;
    flex-direction: column;
    background-color: hsl(0, 0%, 100%);
    box-shadow: 0 0 5em hsla(219, 15%, 55%, 0.5);
    border-radius: 18px;
    margin: 5em auto;
    width: 90%;
    max-width: 350px;
}

.container-text {
    order: 1;
    padding: 0 2.5em 2em;
}


.container-img {
    width: 90%;
    margin: 1.25em auto;
}

.attribution { font-size: 11px; text-align: center; }
.attribution a { color: hsl(228, 45%, 44%); }
