body {
    background-color: #e0e0e0;
}

.container {
    display: flex;
    width: 1200px;
    border: 1px solid black;
    margin: auto;
    flex-wrap: wrap;
}

.wysiwyg-text-align-center {
    text-align: center;
}

.thumbnail {
    width: 150px;
    height: 150px;
    background-size: cover; /* Scale image to cover the box */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Prevent tiling */
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    display: inline-block;
}