.ad-container {
    display: block; /* Ensures the container behaves as a block element */
    width: 300px;  
    height: 250px;
    margin: 20px auto;
    text-align: center; 
}
.adsbygoogle {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 100px; /* Ensure there's space for the ad */
} 
.ad-testing {
    background-color: #bafa98; 
}