body {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    margin: 0 auto;
    z-index: 0;
}

body::after {
    background: url(./images/randimages.jpg);
    content: "";
    opacity: 0.2;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1
}



#newpost{
    height: 150px;
    width: 100%;
    }
    #my-textarea-remaining-chars{
        color: #333;
        font-size: 14px;
        font-weight: bold;
        margin-top: 5px;
        text-align: right;
    }

    .zoom {
        
        transition: transform .2s;
        
      }
      
      .zoom:hover {
        
        transform: scale(1.05); 
      }

      .form-rounded {
          border-radius: 1rem;
          border: 2px groove black
      }

   