/*
Theme Name: SJC
Theme URI: https://relentsoftech.com
Author: Relent
Author URI: https://relentsoftech.com
Description: WordPress blogging theme
Tags: blog, theme
Version: 1.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tasc
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.header-fixed{
	position : fixed !important;
	top: 0 !important;
}
.cselect{
	width:100%;
}

.visitors{
    text-align: center;
    
}

.vcount{
    background-color: #fff;
    color: #1A0D76;
    padding: 5px;
    font-family: poppins;
    font-size: 14px;
}

.p-5{
    padding: 5rem;
}

@media screen and (max-width:480px){
    .p-5{
        padding: 30px;
    }
}