 .container {
     box-shadow: 0.3rem 0.3rem #000;
     border: 1px solid #000000;
}

.container.ad {
    box-shadow: 4px 5px 0px 2px #000;
}