table {
    width:100%;
    margin:auto;   
    padding:0px;    
}

th {
    font-size: 14px;
    color:rgb(50, 05, 50);  
}

table caption {
    caption-side: top;
    font-size: 16px;  
    text-align: center;    
    /*color:rgb(50, 50, 50);*/
    color:#fff;
    text-shadow: 1px 1px 2px  rgba(1, 1, 1, 0.8);	
    
    padding-bottom: 10px;
}
table td {
    font-size: 12px;             
}
table img {
    box-shadow:5px 5px 20px lightblue;
    border-radius: 12px;
}
