/*
Theme Name: LyticsBoard
Theme URI: 
Author: Shyniqua Fluker 
Author URI: https://digitalgeekette.com/
Description: My first very basic custom theme!
Tags:
Version: 1.3
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: LyticsBoard
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.
*/





body {
    font-family: Verdana, Arial, sans-serif; 
    color: #F0F8FF; 
    font-size: 16px; 
    background-color: #708090;
  }

h1 a { 
    text-decoration: none; 
    color: #000000;
 }

.blog-title {
    text-align: center;
 }

.blog-description {
    background-color: #000000;
    text-align: center; 
    color: #DCDCDC; 
    font-size: 24px; 
    font-style: italic; 
    padding: 10px; 
    margin-bottom: 20px;
  }

.blog-post {
    color: #000000; 
    padding: 50px; 
    background-color: #F0F8FF; 
    border: 6px solid #000000; 
    width: 75%; 
    margin: 0 auto 0 auto;
  }