/*
Theme Name: Global Mentors Education Consultancy
Theme URI: https//globalmentors.edu.np/
Author: Global Mentors Education Consultancy
Author URI: https//globalmentors.edu.np/
Description: A custom theme for Global Mentors Education Consultancy Pvt Ltd
Version: 1.0
License: GPL2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: global-mentors
*/

/* Basic Styles */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #ffffff;

}

header {
    background-color: #333;
    color: white;
    text-align: center;
    padding: 20px;
}

footer {
    background-color: #333;
    color: white;
    text-align: center;
    padding: 10px;
}

.container {
    width: 80%;
    margin: 0 auto;
}

h1 {
    font-size: 2em;
}
