body{
  display: flex;
  flex-direction: column;
   width: 100vw;
          height: 100vh;
background-image:url('https://i.imgur.com/XXF5paN.png');
letter-spacing:1px;
text-align:justify;
font-size:13px;
line-height:20px;
font-family: 'Urbanist', sans-serif;
margin:0 auto;
border-top:6px solid #FFC1E8;
 
}



@media (min-width: 768px) {
  #linkboxbox {
    left: 26px;
    top: 32px;
  }
  body {
    flex-direction: row; 
  }
}

p{
text-indent:26px;
}

h1{
font-family: 'Lilita One', sans-serif;
margin-bottom:4px;
text-align:right;
font-weight:normal;
letter-spacing:2px;
color:#CF1824;
}

h2{
font-family: 'Lilita One', sans-serif;
border-top:1px #FFC1E8 dotted;
margin-top:4px;
font-weight:normal;
letter-spacing:2px;
font-size:11px;
color:#FFC1E8;
}

.basic_font{
   font-family: 'Times New Roman', serif;
}

a{
color:#CF1824;
text-decoration:underline;  
}

a:hover{
color:#FFC1E8;
}


.desc_link{
margin-bottom:4px;
display:block;
padding:2px;
color:#000;
text-decoration:none;
}

.desc_link:hover{
text-align:right;
color:#fff;
background:#FFC1E8; 
}


.post{
width:572px;
padding:16px;
margin-bottom:60px;
background-color: white;
border:3px #FFC1E8 dashed;
}

.zine{
 -webkit-transition: margin 0.5s ease-out;
    -moz-transition: margin 0.5s ease-out;
    -o-transition: margin 0.5s ease-out;
      width: 100%;
  height: 100%;
  position: relative;
}

.zine:hover{
 opacity:0.5;
	cursor:pointer;
  margin-top: -5px;

}




  
  

#linkboxbox{
width:196px;
position: relative;
padding:7px;
background-color: white;
z-index: 4;
}

#linkbox{
padding:11px;
border:3px #FFE7ED dashed;
}

#box1{
position:relative;
width:642px;
margin-left:296px;
top:26px;
}

.flex3 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;

}

.sidebar {
  position: relative;
  
}

.post_header{
  display: flex;
}

.post_embellish {
width: 16px;
}

.post_title {
  flex-grow: 1;
}




  