* {
    margin: 0;
    padding: 0;
}


@font-face {
    font-family: Adelia;
    src: url(https://metamorphobic.neocities.org/fonts/ADELIA.OTF);
}

@font-face {
    font-family: Daisywheel;
    src: url(https://metamorphobic.neocities.org/fonts/daisywhl.otf);
}

body {
    background-image: url('https://metamorphobic.neocities.org/images/flowersbg.png');
}

h2{
    text-decoration: underline;
    text-decoration-line: underline;
    text-decoration-style: wavy;
    text-decoration-color: #849C63;
    font-size: 30px;
}

h3{
    text-decoration: none;
    font-size: 28px;
}

.title {
    font-family: 'Adelia';
    text-align: center;
    margin-top: 50px;
    margin-left: 75px;
    margin-right: 75px;
    z-index: 1;
    font-size: 30px;
    background-color: #849C63;
    border-radius: 25px;
    padding: 20px;
    height: 30px;
}

.mushroom1 {
    position: absolute;
    z-index: 1;
    width: 200px;
    height: 200px;
    margin-left: 1325px;
    margin-top: 150px;
}

.mushroom2 {
    position: absolute;
    z-index: 1;
    width: 200px;
    height: 200px;
    margin-left: 50px;
    margin-top: 600px;
}

.main {
    position: absolute;
    left: 50%;
    top: 27%;
    transform: translate(-50%);
    width: 1150px;
    height: 120%;
    background-color: #D5C782;
    border-radius: 10px;
    overflow: visible;
    font-family: 'Daisywheel';
}

.vl {
    border-left: 2px solid #000;
    height: 90%;
    position: absolute;
    margin-left: 250px;
    margin-top: 50px;
}

.content {
    position: absolute;
    margin-left: 270px;
    width: 850px;
    height: 800px;
    padding: 10px;
    margin-top: 40px;
    overflow-y: hidden;
    overflow-x: hidden;
}

.post {
    position: absolute;
    margin-left: 270px;
    width: 850px;
    height: 800px;
    padding: 10px;
    margin-top: 40px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.navigation {
    position: absolute;
    width: 230px;
    height: 700px;
    padding: 10px;
    margin-top: 40px;
    overflow: auto;
}

.category {
    font-family: 'Daisywheel';
    font-size: 20px;
    width: 200px;
    background-color: #849C63;
    border: none;
    border-radius: 5px;
}

.box-wrapper { 
   max-width: 100%;
  height: 100%; 
  width: 100%; 
  display: flex; 
  flex-direction: column;
}

#box1 {
  margin-left: 65px;
  margin-right: 65px;
  border-radius: 25px 25px 25px 25px;
  padding:10px;
  height:30px; 
  line-height:30px;
  border: none
}

.btn{

font-family: Daisywheel;
font-weight: 600;
font-size: 17px;
color: #7a6c47;
background-color: #fbf5c7;
padding: 10px 30px;
border: solid #fbf5c7 2px;
border-radius: 13px;
transition : 2138ms;
transform: translateY(0);
display:inline-block;
flex-direction: row;
align-items: center;
cursor: pointer;
margin: 5px 5px 5px 5px;}


.btn:hover{

transition : 2138ms;
padding: 10px 30px;
transform : translateY(-10px);
display:inline-block;
}

.container {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: scroll;
}

.container2 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  overflow: scroll;
}

img {
  max-width: 150px;
  position: static;
}

.content1 {
    position: absolute;
    width: 850px;
    height: 800px;
    padding: 10px;
    overflow: visible;
}

.text {
  font-size: 17px;
  padding-left: 17px;
}