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

}
#container{
    width:320px;
    height:534px;
    display:flex;
    flex-direction: column;
    gap:24px;
    padding:16px 16px 40px 16px;
    background-color: white;
    box-sizing: border-box;
    align-items: center;
}
#image{
    display:flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border:none;
    overflow:hidden;
    width:288px;
    height:288px;
}
img{
    width:288px;
    height:288px;
    object-fit: scale-down;
    border:none;
    
}
#text{
    width:288px;
    height:166px;
    font-family:'Outfit';
    text-align:center;
    display:flex;
    flex-direction: column;
    justify-content: start; 
    justify-content: start;
    word-wrap: break-word;
    box-sizing:border-box;
    padding:0 16px;   
}
#p1{
    font-size:24px;
    font-weight:bold;
    color:hsl(218, 44%, 22%);
    margin:0;   
}
#p2{
    font-size:15px;
    font-weight:regular;
    color:hsl(216, 15%, 48%);   
}