body {
  	background-image: none; /* Remove the background image */
    display: flex;
    justify-content: center;
    background-color: #f5f5f5; /* Set a light grey background color */
}

.content {
    background-color: #ffffff; /* Set a white background color */
    /* Add additional styles to your content wrapper */
}

.field--name-field-media-file-name {
    display: none;
}

.filename {
    display: none;
}