* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    /* scroll-padding-top: 5rem; */
    /* scroll-behavior: smooth; */
}
html {
    /* height: 100%;
    overflow-y: scroll !important; */
    /* overflow-y: visible !important; */
}
body {
    font-family: Segoe UI, Helvetica, Arial, sans-serif;
    font-size: .9375rem;
    font-weight: 400;
    scroll-behavior: smooth;
    /* overflow-y: scroll; */
    /* overflow: auto; 
    height: 100%; */

}
.header {
    position: fixed;
    z-index: 10;
    top: 0px;
    height: 48px;
    width: 100%;
    box-shadow: 5px 5px 14px -15px rgb(0 0 0 / 50%);
    border-bottom: 0.3px solid rgba(0,0,0,0.05);
    background-color:  white;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.logo {
    
    align-items: center;
    justify-content: center;
    height: 80%;
    padding-left: 25px;
}

.logo img {
    border-radius: 50%;
    height: 100%;  
    width: auto;
    background-color: white;
}
.about-header {
      
}
.about-logo {
    height: 100%;
    padding-left: 0px;
    text-align: center;
}
.about-logo img {
    height: 400px;
   
    background-color: white;
}
.nav {
       margin: 15px 0px 20px;
       display: flex;
       justify-content: center;
       padding-top: 5px;
       /* background-color: rgb(138, 138, 138); */
       flex-direction: row;
        gap: 100px;
        flex-grow: 1;
        
}
.nav i, #menu {
    display: none;
}
.auth {
    /* width: 200px; */
    display: flex;
    flex-direction: row;
    justify-content: right;
    width: 350px;
    /* align-items: flex-end; */
}
.avatar-wrapper {
    display: flex;
    flex-direction: row;
}
.avatar {
    display: inline-block;
    height: 32px;
}
.username {
    margin-top: auto;
    vertical-align: baseline;
    /* margin-bottom: 9px; */
    line-height: 32px;
    opacity: 0.9;
    font-size: 14.3px;
    font-weight: 600;
    padding: 0px 7px;
    letter-spacing: 0px;
    display: block;
    font-family: Arial, sans-serif;
    cursor: pointer;
    height: 100%;
}
.username:hover {
    text-decoration-line: underline;
    text-underline-offset: 2px;
}
.login-button {
    margin-right: 5px;
    padding: 0px 3px;
    background-color: #fff;
    color: #91959c;
    border: none;
    cursor: pointer;
}
.g_id_signin {
padding: 0px 3px 0px 0px;
}
/* .button {
    background-color: rgb(18 72 255);
    color: white;
    border-radius: 10%;
    text-align: center;
    padding: 3px 13px 5px;
    text-decoration: none;
    display: inline-block;
    font-weight: 600;
}
<!-- HTML !-->
<button class="button-2" role="button">Button 2</button>

CSS */
.button {
    border-radius: 8px;
    border-width: 0;
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-family: "Haas Grot Text R Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    list-style: none;
    margin: 0;
    padding: 10px 12px;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    text-decoration: none;
    transition: all 0.5s ease-in 0.2s;
    /* cursor: default; */
    /* border: 1px #00000000 solid; */
    /* border: 1.5px #90919680 solid; */
    border-radius: 10px;
}
.nav .button:hover {
    transition: all 0.015s ease-in 0.25s;
    border-radius: 10px;
    
    /* border: 1px #afc7dec6 solid; */
    color: rgb(255, 255, 255);
    background-color: #9cc7d3;
}

.create-post {
    width: 100%;
    height: 100%;
    top: 0px;
    display: none;
    position: fixed;
    z-index: 12;
    background-color: rgb(100% 100% 100% / 70%);
    backdrop-filter: blur(5px);
    animation: append-animate 0.1s ease-in-out;
}

.close-button-post {
    position: absolute;
    cursor: pointer;
    text-align: center;
    z-index: 13;
    width: 30px;
    height: 30px;
    /* background-color: cadetblue; */
    top: 11px;
    right: 15px;
}
.close-button-post svg {
    margin-top: 3px;
    padding: 2px;
    color: white;
}

.create-post form {
    position: relative;
    width: 380px;
    margin-left: 190px;
    padding: 50px 0px;

}
form input, form textarea, input {
    outline: none;
}
.create-post input, #create-a-post {
    font-family: Georgia, 'Times New Roman', Times, serif;
    border: 0.5px solid rgba(0 0 0 /40%);
    border-radius: 3px;
    width: 100%;
    display: block;
    margin-bottom: 10px;
    /* margin-left: 15px; */
    min-height: 25px;
    padding: 7px 15px;
}

.create-post label {
    font-family: Georgia, 'Times New Roman', Times, serif;
    display: inline-block;
    text-align: left;
    margin: 5px 0px 7px;
    font-style: italic;
    font-weight: 700;
    letter-spacing: 0px;;
    color: rgba(0 0 0 /60%);

}
.create-post #create-post-body {
    resize: vertical;
    font-family: Georgia, 'Times New Roman', Times, serif;
    border: 0.5px solid rgba(0 0 0 /40%);
    border-radius: 3px;
    width: 100%;
    /* margin-left: 15px; */
    padding: 7px 15px;
    min-height: 300px;
    margin-bottom: 10px;
}
.create-post .submit {
    display: block;
    width: auto;
    margin-right: 70px;
    padding: 5px 13px;
    
}
.post-noti {
    position: absolute;
    right: 10px;
    bottom: 60px;
    margin-left: 30px;
    font-style: italic;
    font-size: 14px;
    font-weight: 500;
    opacity: 0.9;
    transition: 1s; 
}
.content {
    background-color: #f0f2f5 ;
    margin-top: 40px;
    padding-top: 58px;
    border-top: 0.3px solid rgba(0,0,0,0.1);
    position: relative;
}
.side-bar {
    position: absolute;
    width: 220px;
    height: 100%;
    left: 0px;
    top: 25px;
    /* border-radius: 8px; */
    background-color: #9bacbc;
    border: 0.5px solid #efefef;
    box-shadow: 2px 2px 1px -15px rgb(0 0 0 / 50%);
    padding: 27px 7px;
    /* padding-right: 0px; */
}
.right-side-bar {
    position: absolute;
    border-radius: 5px;
    height: 500px;
    width: 30%;
    right: 20px;
    top: 90px;  
    background-color: #fff;
}
.side-bar-content {
    width: 100%;
    height: 30px;
    margin-bottom: 8px;
    /* border: 0.5px sold #91959c; */
    background-color: #ffffff;
    
    /* border: 0.5px solid #ffffff; */
}
.side-bar-content:hover {
    
    background-color: #dbdbdb;
}
.main-column {
    width: 545px; /* 510px */
     /* box-shadow: 0px 6px 8px 0px rgba(0,0,0,0.3); */
    margin: 10px auto 0px 21%;
    padding: 15px;
    overflow: auto;
}
.loading-spinner {
    width: 30px;
    height: 30px;
    border: 6px solid #a5b6dc;
    border-top: 6px solid #517ca2;
    border-left: 6px solid #517ca2;
    border-radius: 50%;
    animation: spinner 1.5s linear infinite, append-animate 0.4s;
    /* opacity: 1; */
    /* animation: append-animate 0.2s; */
}

  @keyframes spinner {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  .loader-container {
    display: grid;
    justify-content: center;
    /* align-items: center; */
    padding-top: 240px;
    height: 100vh;
    width: 100%;
    /* padding-bottom: 500px; */
}
/* .loader-container {
    width: 100%;
    left: 0px;
    /* height: 100%; */
    /* position: relative; */

    /* background: #000 url("./assets/giphy.gif") center no-repeat; */
    /* z-index: 1; */
/* } */ 
.display {
    display: block;
    /* transition: 1s;  */
}
.opacity0 {
    opacity: 0;
    transition: all 0.5s ease-out;
}

.hidden {
    display: none;
    
    /* transition: 1s;  */
}
.post-wrapper {
    border-radius: 3px;
    animation: append-animate 1s ease-in-out;
    transition: all 1s ease-in-out;
    padding-bottom: 10px;
}
.post-wrapper.smallerize {
    /* transform: scaleY(0) translateY(-100%); */
    /* height: 0px; */
    /* transition: max-height 1s ease-in-out;  */
    /* animation: smaller-animate 1s ease-in-out; */
    opacity: 0;
    transition: all 0.6s ease-in-out;
    /* animation: disapear-animate 1s ease-in; */
    
}
.post {
    cursor: pointer;
    position: relative;
    font-family: Segoe UI, Helvetica, Arial, sans-serif;
    width: 100%;
    /* box-shadow: 0px 1px 1px -2px rgb(0 0 0 / 80%); */
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
    
    border-radius: 0px;
    padding: 8px 10px 16px;
    /* margin-bottom: 16px; */
    background-color: #fff;
    text-align: start;
    /* animation: append-animate 0.5s ease-in-out; */
}
.post>div {
    background-color: #fff;
 
}
.post-head {
    /* height: 100%; */
    /* justify-content: center; */
    font-weight: 630;
    font-size: 18px;
    margin-left: 3px;
    margin-right: 3px;
    /* padding-bottom: 10px; */
    border-radius: 0px;
    opacity: 0.95;
    /* display: inline-block; */
}
.post-head:hover {
    cursor: pointer;
    background-color: #e6e6e6;
    border-radius: 2px;
}
.post-head-wrapper {
    /* justify-content: center; */
    align-content: center;
    align-items: center;
    margin-left: 3px;
    height: 40px;
    /* align-items: baseline; */
    display: flex;
    flex-direction: row;
}
.post-head-wrapper img {
    margin: 0px 6px;
    /* width: 42px; */
    height: 100%;
    border-radius: 50%;
}
.posts-person {
    font-weight: 620;
    font-size: 11px;
    padding: 15px 15px 3px;
    margin-left: 3px;
    margin-right: 3px;
    border-radius: 0px;
    opacity: 0.9;
}
.post-snippet {
    padding-left: 15px;
    padding-right: 14px;
    padding-bottom: 10px;
    margin: 0px 3px;
    text-align: right;
    font-style: oblique;
    font-size: 12px;
    font-weight: 490;
    opacity: 0.42;

}
.post-body {    
    /* line-height: 20px; */
    position: relative;
    font-size: 15px;
    line-height: 22px;
    word-spacing: -1px;
    font-weight: 400;
    text-align: start;
    padding: 16px 14px 15px;
    margin-bottom: 0px;
    margin-left: 3px;
    margin-right: 3px;
    border-radius: 0px;
    white-space: pre-wrap;
    word-wrap: break-word;
}
.post-body p {
    padding: 2px;
}
.img-wrapper {
    display: flex;
    /* flex-direction: row; */
    /* flex-direction: column; */
    /* flex: 0 1 auto; */
    flex-wrap: wrap;
    margin-bottom: 5px;
}

.img-wrapper audio {
    max-width: 74%;
}
.img-wrapper:has(audio, video) {
    justify-content: center;
}
audio.post-img {
    flex: 1 0 90%;
    margin: 20px 0px 10px;
    min-height: 50px;
    height: auto;
}
img.post-img {
    object-fit: cover;

}
/* .img-wrapper {
    grid-template-columns: repeat(2, minmax(30%, 50%));
    grid-template-rows: repeat(auto-fill, minmax(150px, 1fr));
    
    grid-auto-flow: row;
    display: grid;
    flex-direction: row;
    flex-wrap: wrap;
} */  /* THis is grid line config */
/* .post-img {
    object-fit: contain;
    position: relative;
    align-self: baseline;
    flex-shrink: 1;
    flex-grow: 1;
    flex-basis: 50%;
    padding: 0px 0px;
} */
.post-img {
    /* width: 50%; */
    /* height: 259px; */
    min-height: 150px;
    max-height: 450px;
    /* object-fit: cover; */
    object-fit: contain;
    flex: 1 0 90%;
    position: relative;
    align-self: baseline;
    /* flex-shrink: 1; */
    /* flex-grow: 1; */
    /* flex-basis: 200px; */
    min-width: 200px;
    min-width: 20%;
    max-width: 89%;
    /* width: 490px; */
    padding: 0px 0px;
    /* max-width: 100%; */
    /* min-width: 50%; */
    /* margin-bottom: 5px; */
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
}
.post-body::before {
    content: "";
    position: absolute;
    display: block;
    width: 94%;
    margin: auto;
    padding: auto;
    transform: translateX(-50%);
    left: 50%;
    top: 0px;
    border-bottom: 1px solid #b8bdc56a; 
    z-index: 9;
}
.more-button {
    /* padding-right: 12px; */
    padding: 0px 8px;
    text-align: right;
    cursor: pointer;
    
}
.react-band {
    display: flex;
    position: relative;
    flex-direction: row;
    justify-content: space-between;
    padding: 18px 8px 1px 19px;

}
/* .react-band::before {
    content: "";
    position: absolute;
    display: block;
    width: 433.47px;
    margin: auto;
    padding: auto;
    transform: translateX(-50%);
    left: 50%;
    top: 0px;
    border-bottom: 1px solid #b8bdc53a; 
} */
.react {
    cursor: pointer;
    padding: 0px 1px;
    font-size: 17px;
    transition: all 0.01s;
}
.react:hover {
    transition: all 0.01s;
    transform: scale(1.2);
}

.more-button i {
    padding-top: 4px;
    padding-right: 4px;
    font-size: 18px;
    opacity: 0.9;
}
.number-like {
    padding-left: 17px;
    padding-bottom: 11px;
    font-size: 10px;
    font-weight: 550;
}
.comment-button {
    /* background-color: #39739d; */
    margin-bottom: 16px;
    margin-top: 3px;
    padding: 6px 3px;
    position: relative;
}
.comment-button button {
    
    cursor: pointer;
}
.comment-button button::after {
    content: attr(data-number-comment);
    font-weight: 550;
    font-size: 11px;
    line-height: 14px;
    vertical-align: middle;
    /* justify-content: center; */
    position: absolute;
    left: 78px;
    top: -6px;
    /* transform: translateY(-50%); */
    /* top: 50%; */
    /* transform: translateY(-50%); */
    width: 15px;
    height: 15px;
    color: white;
    background-color: #a42121;
    border-radius: 50%;
    /* border: 0.5px solid #857d7d; */
    text-align: center;
}
.comment-content {
    display: none;
    margin-bottom: 20px;
    /* margin: 10px 10px 0px 10px; */
    /* padding: 10px; */
    /* padding-right: 13px; */
    /* background-color: #c5c6c7; */
    /* border: 1px solid #91959c22; */
    border-radius: 10px;
}
.comment-content.display {
    display: block;
}
.comment-content textarea, input {
    width: 100%;
    resize: none;
    border: 1px solid gainsboro;
    overflow: hidden;
    outline: none;
    word-wrap: break-word;
    border-radius: 5px;
    padding: 9px 5px 0px;
    padding-left: 10px;
    margin-right: 18px;
    font-family: Segoe UI Historic, Segoe UI, Helvetica, Arial, sans-serif;
    flex-grow: 1;
}

.write-comment {
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px; */
    /* box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px; */
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px; */
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px; */
    /* background-color: #bcbcbc; */
    padding: 18px 9px;
    margin-left: 10px;
    margin-right: 1px;
    display: flex;
    flex-direction: row;
}
.write-comment input:focus .write-comment {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;

}
.send-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0px 4px;
    padding: auto;
    /* padding: 7px 7px; */

    height: 40px;
    width: 40px;
}
.send-wrapper .fa-paper-plane {
    /* vertical-align: middle; */
    /* line-height: 50px; */
    /* margin: auto 10px; */
    padding: 8px;
    padding-left: 6px;
    cursor: pointer;
    padding-right: 10px;
    font-size: 16px;
    width: max-content;
    transition: all 0.02s;
}
.fa-paper-plane:hover {
    /* background-color: #fff; */
    border-radius: 50%;
    /* color: #006dc1; */
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px; */
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px; */
    transition: all 0.02s;
    transform: scale(1.2);
}
.comment-body {
    /* border-top: 1px solid #cbcbcb; */
    margin-left: 1px;
    /* margin-right: 10px; */
    margin-top: -1px;
    /* padding: 8px 15px; */
    /* padding-right: 15px; */
    /* border-radius: 10px; */
    background-color: #f1f2f3;
}

.comment-wrapper {
    color: #0e28a4;
    border-radius: 5px;
    /* background-color: #dbe6f2; */
    border-radius: 15px;
    padding: 5px 0px;
    margin-bottom: 5px;
    padding-left: 0px;
}
.comment-user {
    /* background-color: #fff; */
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 1px;
    margin-top: 15px;
    margin-left: 23px;
}
.comment-time {
    margin-right: 8px;
    text-align: right;
    font-size: 12px;
    font-style: italic;
    padding-bottom: 8px;
    opacity: 0.5;
}
.comment-line {
    gap: 6px;
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px; */
    /* box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px; */
    /* box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px; */
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    /* box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px; */
    /* box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px; */
    /* box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px; */
    /* box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px; */
    /* box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px; */
    /* box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px; */
    /* box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px; */
    /* box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px; */
    /* box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px; */
    /* box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px; */
    /* box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px; */
    line-height: 19px;
    background-color: #ffffff;
    color: #000;
    padding: 13px 13px 16px;
    margin-right: 17px;
    margin-left: 19px;
    font-style: 14px;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.anime1 {
    animation: append-animate 0.5s ease-in;
}
.comment-line p {
    word-break: break-word;
    /* word-wrap: break-word; */
    /* overflow-wrap: break-word; */
    /* text-wrap: wrap; */
    flex-grow: 1;
}
.delete-comment {
    opacity: 0.65;
    /* font-size: 18px; */
    cursor: pointer;
    font-weight: 100;
}
/* .comment-line::after {
    content: "";
    position: absolute;
    display: block;
    width: 433.5px;
    margin: auto;
    padding: auto;
    transform: translateX(-50%);
    left: 50%;
    top: 0px;
    border-bottom: 1px solid #b8bdc56a; 
    z-index: 9;
} */
/* comment button <button class="button-8" role="button">Button 8</button> */
.button-8 {
    cursor: context-menu;
    background-color: #e1ecf4;
    background-color: #d0ebff;
    border-radius: 35px;
    /* border: none; */
    /* border: 1px solid #7190a7; */
    border: 1px solid #e1ecf4;
    /* border: 1px solid #f0f2f5; */
    /* box-shadow: rgba(255, 255, 255, .7) 0 1px 0 0 inset; */
    box-sizing: border-box;
    color: #39739d;
    /* cursor: pointer; */
    display: inline-block;
    font-family: -apple-system,system-ui,"Segoe UI","Liberation Sans",sans-serif;
    font-size: 13px;
    font-weight: 400;
    /* line-height: 1.15385; */
    margin: 0;
    outline: none;
    padding: 5px .7em;
    position: relative;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    white-space: nowrap;
    transition: all 0.02s;

}
.button-8:active {
    /* background-color: #f2f4f5f2; */
    background-color: #f0f2f5;
    /* box-shadow: 0 0 0 2px rgb(196 196 196 / 15%); */
    /* background-color: #a0c7e4; */
    /* box-shadow: none; */
    /* color: #2c5777; */
    color: #24689b;
}
.button-8:focus {
    /* box-shadow: 0 0 0 2px rgba(0, 149, 255, .15); */
}

.button-8:hover {
    /* padding: 7px 0.8em; */
    transition: all 0.02s;
    transform: scale(1.1);
    /* transform: translateZ(20px); */
    /* box-shadow: 0 0 1px 1px #c3d6e5f2; */
    /* background-color: #f5f5f5; */
    /* color: #2c5777; */
    /* border: 1px solid #7190a77a; */
    /* border: 1px solid #e1ecf4; */
}
.button-8:focus {
    /* box-shadow: 0 0 0 2px rgba(0, 149, 255, .15); */
}

/* end comment button */
#create-a-post {
    /* border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 20px;
    border: 1px solid rgba(0 0 0 /30%); */
    width: 50%;
    height: 50px;
    margin-left: 3px;
}
.right-banner {
    
    position: absolute;
    top: 90px;
    right: 90px;
    width: 130px;
    /* padding: 0 5px; */
    /* height: 400px; */
    /* overflow: hidden; */
    /* background-color: #fff; */
}
.right-banner-img {
    /* display: flex;
    flex-direction: column; */
    /* gap: 5px; */
    width: 100%;
    /* background-color: #a5b6dc; */
}
.image-card {
    
    /* margin-bottom: 4px; */
}
.right-banner img {
    width: 100%;
    object-fit: contain;
}
@keyframes append-animate {
    from {
        /* transform: scale(0); */
        /* transform: translateY(-100%); */
        opacity: 0;
    }
    to {
        /* transform: scale(1); */
        /* transform: translateY(0%); */
        opacity: 1;
    }
}
@keyframes disapear-animate {
    from {
        /* transform: scale(0); */
        /* transform: translateY(-100%); */
        opacity: 1;
    }
    to {
        /* transform: scale(1); */
        /* transform: translateY(0%); */
        opacity: 0;
    }
}
@keyframes smaller-animate {
    from {
        /* transform: scale(0); */
        /* transform: translateY(-100%); */
        height: auto;
    }
    to {
        /* transform: scale(1); */
        /* transform: translateY(0%); */
        height: 0px;
    }
}
@media screen and (max-width: 440px) {
    .content {
        background-color: #f0f2f5;
        margin-top: 13px;
        padding-top: 58px;
        border-top: 0.3px solid rgba(0,0,0,0.1);
        position: relative;
    }
    .main-column {
        width: 100%;
        margin: 0px;
        padding: 0px;
        padding-top: 15px;
    }
    #rtc-stream {
        width: 90vw;
    }
    
    .nav {
        width: 180px;
        flex-direction: column;
        /* height: 0px; */
        /* width: 0px; */
        /* overflow: hidden; */
        /* display: none; */
        gap: 0px;
        justify-content: space-around;
        padding: 50px 20px;
    }
    #nav-close-button {
        top: 7px;
        right: 2px;
        display: inline-block;
    }
    .translate100 {
        translate: 100%;
    }
    #menu {
        margin-right: 12px;
        margin-left: 10px;
        font-size: 1.1rem;
        display: block;
    }
    a.button {
        display: block;
        width: 100%;
    }
    .nav-wrapper {
        background-color: white;
        position: absolute;
        right: 0px;
        top: 0px;
        z-index: 10;
        translate: 100%;
    }
    .create-post form {
        width: 95%;
        margin: 0 auto;
        padding: 50px 0px;
    }
    .post-wrapper {
        border-radius: 3px;
        margin: 10px;
        animation: append-animate 1s ease-in-out;
        transition: all 1s ease-in-out;
        padding-bottom: 10px;
    }
   .post {
    border-radius: 0px;
    /* box-shadow: none; */
    
    padding: 6px 0px;
   }
   .post-head {
    padding-top: 15px;
    padding-left: 7px;
    padding-right: 8px;
    margin-left: 1px;
    border-radius: 0px;
    font-size: 16px;
    /* padding-bottom: 19px; */
    opacity: 0.9;
    }
   .post-snippet {
    text-align: right;
    padding-left: 11px;
    padding-right: 11px;
   }
   .post-body {
    margin: 0px;
    padding: 8px;
    border-bottom: 2px;
    border-radius: 0px;
    opacity: 0.95;
    font-size: 15px;
    }
    .post-img {
        /* flex-basis: auto; */
        /* position: relative; */
        /* right: 50%; */
        /* width: 100vw; */
        /* margin-left: -7px; */
        /* margin-right: 14px; */
        padding: 0px 0px;
        /* max-width: 100%; */
        /* min-width: 50%; */
        /* margin-bottom: 5px; */
    }
    .posts-person {
        font-weight: 600;
        font-size: 13px;
        padding: 12px 7px 3px;
        margin-left: 2px;
        margin-right: 3px;
        border-radius: 4px 4px 0px 0px;
        opacity: 0.9;
    }
    .react-band {
        display: flex;
        position: relative;
        flex-direction: row;
        justify-content: space-between;
        padding: 18px 8px 1px;
    }
    .number-like {
        padding-left: 9px;
        padding-bottom: 11px;
        font-size: 10px;
        font-weight: 550;
    }
    #create-a-post {
        margin-left: 12px;
    }
    .comment-line {
        box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;

        line-height: 30px;
        background-color: #ffffff;
        color: #000;
        padding: 9px 19px 10px 20px;
        /* margin-right: -8px; */
        font-style: 14px;
        /* border-radius: 0px; */
        margin-right: 0px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .comment-wrapper {
        color: #0e28a4;
        border-radius: 5px;
        /* background-color: #dbe6f2; */
        padding: 5px 0px;
        margin-bottom: 5px;
        /* padding-left: 12px; */
    }
    .write-comment {
        /* box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px; */
        /* box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px; */
        /* box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px; */
        box-shadow: none;
        /* box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px; */
        /* background-color: #bcbcbc; */
        padding: 13px 4px;
        /* margin-left: 10px; */
        margin-right: 1px;
        margin-left: 1px;
        display: flex;
        flex-direction: row;
    }
    .comment-button {
        /* background-color: #39739d; */
        margin: 5px 0px 9px;
        /* margin-top: 16px; */
        padding: 6px 3px;
        position: relative;
    }
    .comment-user {
        /* background-color: #fff; */
        font-size: 13px;
        font-weight: 600;
        margin-bottom: 13px;
        margin-top: 0px;
        margin-left: 3px;
    }
    
    .comment-body {
        margin-right: 2px;
        /* box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px; */
        /* border-top: 1px solid #cbcbcb; */
        margin-left: 2px;
        padding-bottom: 10px;
        /* margin-right: 10px; */
        margin-top: 20px;
        /* padding: 8px 15px; */
        /* padding-right: 15px; */
        /* border-radius: 10px; */
        background-color: #f1f2f3;
    }
    .right-banner {
        display: none;
    }
    .img-wrapper {
        justify-content: center;
    }
}

@media screen and (max-width: 700px) and (min-width: 440px) {
    
    .main-column {
        width: 80%;
        margin: 0px auto;
    }
    .nav {
        gap: 0px;
        justify-content: space-around;
        padding: 20px;
    }
    .create-post form {
        width: 80%;
        margin: 0 auto;
        padding: 50px 0px;
    
    }
 
}

@media screen and (max-width: 1000px) and (min-width: 700px) {
    .main-column {
        width: 510px; /* 510px */
         /* box-shadow: 0px 6px 8px 0px rgba(0,0,0,0.3); */
        margin: 25px auto 15px auto;
        padding: 10px;
    }
}