/* Custom styles for images */
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

/* Make images responsive */
img {
    max-width: 100%;
    height: auto;
}