

  body{
    background-color:hsl(220, 15%, 55%);
    font-family: sans-serif;
    display:flex;
    justify-content: center;
    
}
.container, img{
    
    width:300px;
    height:270px;
    border-radius: 30px;
    text-align: center;
    align-items: center;
}
img{

    border-top:30px ;
    border-right: 30px;
    border-left: 30px;
    border-bottom: 200px;
    border-color: hsl(0, 0%, 100%);
    border-style:solid;
    
}

.container p,.container h2{
    position:relative;
    bottom:200px;
    left: 30px;
}


    

