.pageimg{
    height:60vh; 
    width:100%;  
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
 object-fit: cover;
}
.pgrow{
    background-color: white;
    text-align: center;
    padding:20px;
    color:black;
    animation: pulse;
}

.links{
    text-decoration: none;
    font-size: 16px;
    font-weight: 800;
    color: black;
}