@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400%3B0,700%3B1,400%3B1,700&subset=latin&display=swap);
.uname {

        margin-left: 10;
        border-left: 2px solid #97ad68;
        padding: 15px;
}
right-head {

}


a.mdata {
font-size:18px;
}

.dd {
  display: flex; /* Make the logo and text display in a row */
      align-items: center;
       position: static;
       padding: 5px;
  }
  .dd img {
  margin-right: 15px;
  border-radius:32px;
}
a {
  text-decoration:none;
  color: #5d0985;
}
body {
font-family: Poppins,'Helvetica Neue',Arial,Helvetica,sans-serif;
margin: 0px;
background: url(/image?src=bg.png);
 background-size: tile;
}
.title {

overflow: hidden;

display: -webkit-box;
-webkit-line-clamp: 2; /* number of lines to show */
        line-clamp: 2;
-webkit-box-orient: vertical;
}
.meta {
background: #edffa6;
padding: 5px 10px;
margin-top:30px;

    border-top-left-radius: 225px 15px;
    border-top-right-radius: 15px 225px;
    border-bottom-right-radius: 225px 15px;
    border-bottom-left-radius:15px 255px;
}
.thumb {

    border-top-left-radius: 255px 15px;
    border-top-right-radius: 15px 225px;
    border-bottom-right-radius: 225px 15px;
    border-bottom-left-radius:15px 255px;
    border: 4px solid #598627;
}
.vid1 {
background: url(image?src=fbg.png);
width: 290px;
display: inline-block;
 vertical-align: middle;
margin-left:15px;
margin-bottom:15px;
padding: 25px;

border-top-left-radius: 255px 15px;
border-top-right-radius: 15px  225px;
border-bottom-left-radius: 225px 15px;
border-bottom-right-radius:15px 255px;
border: 4px solid black;
box-shadow:
inset 0 -6px 0 0 #598627bb,
inset 6px 0 0 0 #598627bb;
height: 400px;
}
.vid2 {
background: url(image?src=fbg.png);
width: 290px;
display: inline-block;
 vertical-align: middle;
margin-left:15px;
margin-bottom:15px;
padding: 25px;

border-bottom-left-radius: <%= Math.round(Math.random()*160)+40 %>px <%= Math.round(Math.random()*30) %>px;
border-top-right-radius: <%= Math.round(Math.random()*30) %>px  <%= Math.round(Math.random()*160)+40 %>px;
border-top-left-radius: 225px 15px;
border-bottom-right-radius:15px 255px;
border: 4px solid black;
box-shadow:
inset 0 -6px 0 0 #598627bb,
inset 6px 0 0 0 #598627bb;
height: 400px;
}
.vid3 {
background: url(image?src=fbg.png);
width: 290px;
display: inline-block;
 vertical-align: middle;
margin-left:15px;
margin-bottom:15px;
padding: 25px;

border-bottom-left-radius: 255px 15px;
border-top-right-radius: 15px  225px;
border-bottom-right-radius: 225px 15px;
border-top-left-radius:15px 255px;
border: 4px solid black;
box-shadow:
inset 0 -6px 0 0 #598627bb,
inset 6px 0 0 0 #598627bb;
height: 400px;
}
.submeta {
background: #f2ffbf;
padding: 10px 40px;
margin-top:30px;
  -webkit-line-clamp: 2;
  overflow-wrap: break-word;
    border-top-left-radius: 255px 15px;
    border-top-right-radius: 15px 225px;
    border-bottom-right-radius: 225px 15px;
    border-bottom-left-radius:15px 255px;
    border: 4px solid black;
    width: 650px;
}
.content {
margin: 19px;
}
.heading {
display: flex; /* Make the logo and text display in a row */
      align-items: center;
 position: fixed;
 top: 0px;
 width: 100%;
background: #f2f2df;
border-bottom: 5px solid #97ad68;
}
