/*
Theme Name: Techno
Theme URI: https://ezeemmanuel.com/techno
Author: Eze Emmanuel
Author URI: https://ezeemmanuel.com/about
Description: WordPress theme
Tags: blog, theme, custom-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: techq
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.
 */

header.header-area {
	background: lightblue;
	color: black;
	margin: 0 auto;
	padding: 16px;
	text-align: center;
	width: 80%;
}

header.header-area h1 a {
	text-decoration: none;
	color: black;
	font-size: 36px;
	margin: 0;
}

header.header-area h3 {
	color: black;
	font-size: 16px;
}

#main {
	display: grid;
	grid-template-columns: 70% 30%;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
#main .post-area .post-meta ul {
	list-style-type: none;
	display: inline-block;
}



.side-bar {
	background: rgb(243, 238, 238);
	padding: 16px;
}
