body {
  background-image:url("https://i.pinimg.com/1200x/78/f8/32/78f832d01f20132a005944aee60ee516.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  font-family: Georgia;
}
 h1 {
    padding: 30px;
    margin: 30px 0 0;
    text-align: center;
    background-color:rgb(133, 0, 0);
    color: black;
  }
 p {
    padding: 15px;
    margin: 0;
    background-color:rgb(189, 76, 76);
    color: black;
    text-align: center;
  }

  
  .main {
  padding: 50px;
  margin: 0;
  background-color:rgb(184, 175, 175);
  color: black;
  height: 700px;
  text-align: center;
  

}
.blog {
   overflow: auto;
   width: 600px;
   height: 700px;
  background-color: white;
   color: black;
   border: 5px double black;
   margin-left: auto;
   margin-right: auto;
   }
    .footer { 
   text-align: center;
    background-color:rgb(133, 0, 0);
    color: black;
    padding: 40px;
}
.scrollbar {
   overflow: auto;
   width: 300px;
   height: 600px;
  background-color: white;
   color: black;
   border: 5px double black;
   float: left;
   overflow-x: hidden;
   font-size: 20px;
   }
   .rightscrollbar {
   overflow: auto;
   width: 300px;
   height: 600px;
  background-color: white;
   color: black;
   border: 5px double black;
   float: right;
   overflow-x: hidden;
   font-size: 20px;
   }
   a {
     text-decoration: none;
     color: black;
   }
   
   a:visited{
     text-decoration: none;
     color: rgb(161, 4, 4);
   }
   a:hover{
     text-decoration: underline;
     color:rgb(1, 5, 148);
   }