
/*general*/ 
.home_button{
    background-color: #dfb9cd; 
    border: none; 
    color: white; 
    font-size: 22px; 
    cursor: pointer;
    opacity: 0.7;
    border-radius: 2px;
    position: absolute;
    top: 10px;
    left: 10px;
    height: 32px;
    width: 32px;
    text-align: center;
  }
.home_button:hover{
    background-color: #cb8fcc;
  }

  /*post content*/
.blog-posts{
    background-image: url("/assets/bg_dark.gif");
    background-position: center;
    color:#cb8fcc;
    margin-top: 5%;
    margin-left: 12%;
    margin-right: 12%;
    margin-bottom: 10%;

}

/*post title*/
.post-content-title{
    font-size: 40px;
}

code {
    background: none !important;
}