/*
Theme Name: MMG
Theme URI: http://blog.meetingmindsgroup.com/my-custom-theme
Author: MMG
Author URI: http://blog.meetingmindsgroup.com
Description: A minimal custom WordPress theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mmg
*/

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}
.single-post img,
.single-post .card-text img {
    max-width: 100%;
    height: 350px;  
    max-height: 350px;
    width: 100%;
    object-fit: cover;
    margin: 20px auto;
    border-radius: 8px;
}
