 /*
 Theme Name: My Theme
 Theme URI: http://example.com/my-theme
 Author: Your Name
 Author URI: http://example.com
 Description: A description of your 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: mytheme
 */
 body {
    font-family: Arial, sans-serif;
}

.header-area .main-nav .logo .custom-logo{
    width: 100%;
    max-width: 200px;
    height: auto;
}