
*{
    background-color:  #D5E1EF;
    
}
body {
   
    height: 960px;
    font-family: Outfit, sans-serif;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;

    flex-direction: column;
    
}
.container {
    background-color: white;
    width: 320px;
    height: 499px;
    display: flex;
    place-items: center;
    padding: 16px,16px,16px,40px;
    border-radius: 20px;
    flex-direction: column;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
   
}
.container img {
   background-color: white;
    width: 288px;
    height: 288px;
    border-radius: 10px;
    margin-top: 16px;
}
.Text h1 {
    background-color: white;
    font-family: 'Outfit', sans-serif;
    color: #1F314F;
    line-height: 120%;
    font-size: 22px;
    font-weight: 700;
    margin: 16px 16px 16px 10px;
    text-align: center;
    letter-spacing: 0;
}
.Text {
    background-color: white;
    width: 288px;
    height: 131px;
    gap: 16px;
    padding: 16px;
}
.Text p {
    background-color: white;
    
    font-family: 'Outfit', sans-serif;
    color: #68778D;
    line-height: 140%;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    margin: 16px 16px 16px 10px;
}
.attribution{
    font-size: 12px;
    color: #888;
    text-align: center;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;    
    flex-direction: column;
}