body {
  background-image: url('images/blog_page/cloud.png');
  background-repeat: no-repeat;
  background-attachment: inherit;
  font-family: Verdana;
  color: black;
}

div {
   width: 700px;
  margin: auto; 	
  border-radius: 5px;
  justify-content: center;
  align-items: center; 
}


#leftsidebar {
  border-radius: 5px;
     width: 250px;
    height: 700px;
  margin: 10px; 	
  justify-content: center;
  align-items: center; 
  display: flex;
    background-color: none;
    position: absolute;
    left: -10px;
}

#navigation {
     border-radius: 5px;
     width: 250px;
    height: 500px;
  margin: 0px; 	
  justify-content: center;
  align-items: center; 
  display: flex;
    background-color: none;
    position: absolute;
    top: 10px;
  #homebutton {
        background-color: none;
        position: absolute;
      left: 0px;
      top: 10px;
    }
    #aboutmebutton {
        background-color: none;
        position: absolute;
        left: 0px;
        top: 80px;
    }
    
    #artbutton {
         background-color: none;
        position: absolute;
        left: 0px;
        top: 150px;
    }
    
    #graphicsbutton {
        background-color: none;
        position: absolute;
        left: 0px;
        top: 220px;
    }
    
    #shrinesbutton {
        background-color: none;
        position: absolute;
        left: 0px;
        top: 290px;
    }
    
    #blogbutton {
        background-color: none;
        position: absolute;
        left: 0px;
        top: 360px;
    }
    
    #reviewsbutton {
        background-color: none;
        position: absolute;
        left: 0px;
        top: 430px;
    }
    
    #sitemapbutton {
        background-color: none;
        position: absolute;
        left: 0px;
        top: 500px;
    }
}


#blogbackground {
     justify-content: center;
  align-items: center; 
    margin: 10px;
  display: flex;
  border-radius: 5px;
  margin: auto;
  width: 800px;
    height: 1000px;
    background-color: none;
    position: absolute;
    left: 350px;
    top: 50px;
    
    
    #blogtext {
        justify-content: center;
        align-items: center;
        margin: 10px;
        display: flex;
        width: 700px;
        height: 100px; 
        position: absolute;
        top: 330px;
        left: 20px;
        
        .p1 {
            font-family: "MS Sans Serif";
        }
        
    }

}


#top {
  width: 500px;
    height: 200px;
  margin: auto; 	
  border-radius: 5px;
  justify-content: center;
  align-items: center; 
  display: flex;
    position: relative;
    top: 40px;
    left: 00px;
}