body{
    background-color:lightblue;
}
.caixa {
width: 320px;
height: 500px;
background-color: #f0f0f0;
border: 2px solid #ccc;
border-radius: 20px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.144);
margin: auto;
margin-top:70px;
}
#img{
    margin-left: 35px;
    margin-top: 20px;
    border-radius: 20px;
}
#ti{
    text-align: center;
}
#pa{
    text-align: center;
}