/*
Theme Name: Pawsitive Pet Info Theme
Author: Sonia P sky2168465
Author URI: https://pawsitivepetinfo.com
Description: My first very basic custom theme!
Text Domain: pawsitive-pet-info
*/

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;
}