*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body{
    text-align: center;
    font-family: Outfit, sans-serif;
    background-color: #D5E1EF;
   
}
main{
   
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 96vh;
    
}

.container{
     width: 320px;
     height: auto;
    background-color:#FFFFFF;
    margin: 0 auto;
    border-radius: 10px;
    padding-bottom: 40px;
     box-shadow: 0 25px 25px rgba(0, 0, 0, 0.05);
}



img{
    display: block;
    margin: 16px auto;
    width: 90%;
    border-radius: 10px;
    margin-bottom: 24px;
}

.text{
    margin: 0 auto;
    width: 288px;
    height: 131px;


}

h2{
    font-size: 22px;
    font-weight: bold;
    line-height: 120%;
    letter-spacing: 0px;
    color: #1F314F;
}


p{
    margin-top: 0.9rem;
    line-height: 140%;
    letter-spacing: 0.2px;
    color: #68778D;
    

}

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

