.sample_colors {
  color: #333333;
}

.bg {
    background-color: #333333;
}

.lightbox {
    height: 400px;
}

img.center {
    margin: 0;
    position: absolute;
    width: 30%;
    top: 50%;
    left: 50%;
    transform: -50%;
    -ms-transform: translate(-50%, -50%);
    filter: drop-shadow(10px 10px 10px #111);
    transform: translate(-50%, -50%);
}