body{
    background-color:  hsl(212, 45%, 89%);
    align-items: center;
    font: 15px;
    font-family:'Outfit' , sans-serif;
    height: 100vh;
    padding: 0;
    margin: 0;
    align-items: center;
    justify-content: center;
}

.main{
    background-color: hsl(0, 0%, 100%);
    margin: 0 auto;
    max-width: 375px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    padding: 15px;
    margin-bottom: 15px;
    flex-direction: column;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}

.main h1{
    font-weight: 700;
    text-align: center;
    width: 100%;
}

.main p{
    font-weight: 400;
    text-align: center;

}

.main img{
    width: 100%;
    height: auto;
    border-radius: 18px; 
}

.attribution { 
    font-size: 11px; 
    text-align: center; 
}

    .attribution a { 
        color: hsl(228, 45%, 44%);
    }





