/*3D0814*/
body{
  background-color:#363636;
   opacity:0;
  animation:fadeIn ease 1.5s;
  animation-fill-mode:forwards;
  }
  a{
    font-size:2em;
    color:orange;
    }
.container{
  background-color:#be8aa8;
  min-width:415px;
  height:100vh;
  margin:5em 30em;
  display:grid;
  grid-template-columns:1fr 3fr;
  grid-template-rows: 30em 1fr; 
  max-height:30em;
  padding:20px;
  gap:1em;
  }
  #post-1 img{
    width:10em;
    border-radius:3px;
    }
  .navbar{
    display:flex;
    flex-direction:column;
    gap:7px;
    }
    .content{
      padding:20px;
      text-align:right;
      overflow:scroll;
      }
      .content h3{
        font-family: verdana, helvetica, arial;
        color:#713E5A;
        }
      .content p{
        font-family: verdana, helvetica, arial;
        }
         .content::-webkit-scrollbar {
  width: 7px;
  color:transparent;
}
.content::-webkit-scrollbar-track {
  border-radius: 5px;
}
.content::-webkit-scrollbar-thumb {
  background: #69140E;
  border-radius: 7px;
  }
      .content img{
        min-width:1em;}
    .hidden{
      display:none;
      }
      #btn1{
        width:10em;
        height:5em;
        color:white;
        background:transparent;
        font-size:1em;
        background-image:url(https://i.pinimg.com/1200x/e7/f2/0c/e7f20cf638ace4180559042081ca831e.jpg);
        background-size:10em;
        background-repeat:no-repeat;
        border-radius:12px;
        border:transparent;
        opacity:0.9;
        }
      #btn2{
        width:10em;
        height:5em;
        color:white;
        background:transparent;
        font-size:1em;
        background-image:url(https://i.pinimg.com/736x/22/48/87/2248878ab7d4044e1cf0db2866829557.jpg);
        background-size:10em;
        background-repeat:no-repeat;
        border-radius:12px;
        border:transparent;
        opacity:0.7;
        }
        
        .shadow img{
          width:48.8em;
          position:relative;
          left:25.7em;
          bottom:5em;
        }
        .shadow2 img{
          width:73.8px;
          position:relative;
          left:25.4em;
          bottom:43em;
        }
        @keyframes fadeIn{
      0%{opacity:0;}
      100%{opacity:1;}
      
      }
        