/* Add here all your CSS customizations */
.p4{
    display: table;
    
}

.card-body article{
    border: px solid white;
    display: table-cell;
    height: 500px;
    
}



article h4{
    text-align: center;
}
article p{
    text-align: ;
}

