/*
Theme Name: Globelpulse Theme
Theme URI: https://globelpulse.com
Author: Komal Sharma
Author URI: https://globelpulse.com
Description: Fast, SEO-friendly WordPress News Theme.
Version: 1.0
Requires at least: 6.0
Requires PHP: 8.0
Text Domain: globelpulse
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: news, blog, responsive
*/

body{
    margin:0;
    padding:0;
    font-family:Arial,sans-serif;
    background:#f5f5f5;
    color:#222;
}

.container{
    width:1200px;
    max-width:95%;
    margin:auto;
}

a{
    color:#0073aa;
    text-decoration:none;
}

a:hover{
    color:#d63638;
}