*,
::after,
::before {
    /* box-sizing: border-box; */
    font-family: 'Outfit', sans-serif;
    text-align: center;
}

body {
    display: flex;
    background: hsl(212, 45%, 89%);
    width: 100vw;
    height: 100vh;
    align-items: center;
    justify-content: center ;
}

#frame {
    max-height: fit-content;
    width: 320px;
    height: 497px;
    margin: auto;
    background-color: hsl(0, 0%, 100%);
    border-radius: 19px;
    box-shadow: 0px 0px 19px -3px rgba(0, 0, 0, 0.25)
}

img {
    width: 286px;
    height: 286px;
    border-radius: 9px;
    margin: 19px 17px 24px 17px;
}

#first {
    margin: auto 32.5px;
    font-weight:900;
    font-size:22px;
    color: hsl(218, 44%, 22%);
}

#second {

    margin: 18px 33px 42px 33px;
    font-weight: 400;
    font-size: 15px;
    color: hsl(220, 15%, 55%);
}

.attribution {
    position: absolute;
    bottom: 0px;
}
