  .sticker-container {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      justify-content: center;
      padding: 0px;
    }
    
    .sticker-wrapper {
      position: relative;
      width: 100px;
      height: 100px;
    }
    
    .sticker {
      position: absolute;
      z-index: 9;
      cursor: move;
      width: 100px;
      height: 100px;
    }
    
    .sticker img {
      display: block;
      max-width: 100px;
      max-height: 100px;
    }
    
body{
background-color: #C2CACC;
margin-bottom: 2%;
color: #5c6358;
font-family: 'WDXL Lubrifont TC', serif;
}
 
#all{
width: 60%;
margin: 0 auto;
}
 
#header{
width: 99.8%;
height: 150px;
border-top: 1px solid #6F7879;
border-left: 1px solid #6F7879;
border-right: 1px solid #6F7879;
border-bottom: 0px;
border-radius: 35px 35px 0px 0px;
    background-image: url('/images/city.jpg');
background-position: center center;
background-repeat: repeat;
display: flex;
align-items: center;
justify-content: center;
}
 
#title{
margin: 0;
text-align: center;
color: #fff;
text-shadow: 0px 0px 1px #000041;
}
 
#navbox{
margin: 0px 0px 20px 0px;
width: 100%;
background-image: linear-gradient(to right, #CDDCDF,#E6EEEF,#CDDCDF);
}
 
#navbox ul{
margin: 0;
padding: 10px;
text-align: center;
border: 1px solid #6F7879;
}
 
#navbox li{
list-style-type: none;
display: inline;
font-size: 19px;
margin: 10px;
}
 
.main{
width: 100%;
}
 
.post{
width: 100%;
}
 
.text{
width: 100%;
padding: 25px;
border: 1px solid #6F7879;
margin-bottom: 20px;
background-color: #CDDCDF;

}

.stationary{
width: 100%;
padding: 0px;
border: 1px solid #6F7879;
background-color: #CDDCDF;
margin-bottom: 20px;
}

.stationary img {
  height: 100%;
  width: 100%;
}

 
.textborder{
background-color: #E6EEEF;
border: 1px dashed #6F7879;
padding: 20px;
font-size: 15px;
}
 
.subheaders{
margin: 0;
font-weight: normal;
font-size: 20px;
color: #5c6358;
}
 
.date{
margin: 0;
font-size: 13px;
}
 
.icon{
float: right;
margin-top: 13px;
margin-left: 10px;
width: 125px;
}
 
a{
color: #654570;
text-decoration: none;
}
 
a:visited{
color: #654570;
text-decoration: none;
}
 
a:hover{
font-weight: bold;
}
 
a:active{
font-weight: normal;
}
 
#credit a{
color: #fff;
}
 
::-webkit-scrollbar{
width: 6px; 
}
 
::-webkit-scrollbar-track{
background-color: transparent;
}
 
::-webkit-scrollbar-thumb{
background-color: #E79D44;
}
 
#credit{
font-size: 11px;
position: fixed;
bottom: 0;
right: 0;
}
 

.buttons {
  padding: 5px;
}


.btn-group .butt {
color: #654570;
  border: 1px solid;
  padding: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
  font-size: 15px;
display: inline-block;}

.btn-group .butt:hover {
  background-color: #C2CACC;
}
