 

.container1{
    background-color: #3f51b5;
    border: 2px solid #3f51b5;
}
.container1 h4{
    text-align: center;
    color: white;
    background-color: #3f51b5;
    padding: 10px;
    margin: 0;
    font-size:24px;
}
.image table{
    text-align: center;
    width: 100%;
    background: #fff !important;
}
.image table thead tr th{
    border: 1px solid #000;
    color: #000; 
    background-color: #ffd800; 
    text-align:center; 
    padding:5px 0;
    font-size: 18px;
     font-family:poppins-medium;
}
.image table tbody tr td{
    color: #000;
    border: 1px solid #000; 
    font-size: 24px; 
    font-family:poppins-bold;
}
.image table tbody tr td:nth-child(1){
    color: #000;
    border: 1px solid #000; 
    font-size: 16px; 
   font-family:poppins-regular;
}
.r{
    color: red !important;
}
.results{
    margin-bottom: 20px;
}
@media only screen and (min-width:320px) and (max-width:991px) {
 .container1 h4{
        font-size:18px;
   
    }
 .image table tbody tr td:nth-child(1){ 
    font-size: 12px; 
     
}
    .image table tbody tr td{
    color: #000;
    border: 1px solid #000; 
    font-size: 14px; 
}
    .image table thead tr th{
    border: 1px solid #000;
    color: #000;   
    font-size:14px;
    
}
}