
div.gallery {
  border: 1px solid #ccc;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}

* {
  box-sizing: border-box;
}

.responsive {
  padding: 0 6px;
  float: left;
  width: 24.99999%;
}

@media only screen and (max-width: 700px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
body{
background-image:url('https://plesioth.neocities.org/bg.jpg');
letter-spacing:1px;
text-align:justify;
font-size:13px;
line-height:20px;
font-family: 'Mate', serif;
margin:0 auto;
border-top:6px solid #dac33b;
}

p{
text-indent:26px;
}

h1{
font-family: 'Lustria', serif;
margin-bottom:4px;
text-align:right;
font-weight:normal;
letter-spacing:2px;
border-left:16px #dac33b solid;
}

h2{
font-family: 'Lustria', serif;
border-top:1px gray dotted;
margin-top:4px;
font-weight:normal;
letter-spacing:2px;
font-size:11px;
}

a{
color:#F5276F;
text-decoration:none;  
}

a:hover{
color:#fff;
background:#F7CBDB; 
}

#linkboxbox a{
margin-bottom:4px;
display:block;
padding:2px;
}

#linkboxbox a:hover{
text-align:right;
}

.post{
width:572px;
padding:16px;
margin-bottom:60px;
background-color:#FFFAFC;
}

#linkboxbox{
width:196px;
float:left;
position:fixed;
left:26px;
top:32px;
padding:16px;
background-color:#FFFAFC;
}

#linkbox{
padding:11px;
border:1px gray dotted;
}

#box1{
position:relative;
width:642px;
margin-left:296px;
top:26px;
}