@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400%3B0,700%3B1,400%3B1,700&subset=latin&display=swap);
bb {
  display: flex; /* Make the logo and text display in a row */
        align-items: center;
}

label {
  margin-left: 9px;
}
#nsfw:checked::before {
    content: '';
    background-image: url(/image?src=check.png);
background-size: cover; /* or contain, depending on your preference */
background-repeat: no-repeat;
    display: block;
    text-align: center;
    color: white;
    font-size: 14px;
    line-height: 18px;
    width: 100%; /* Adjust the width as needed */
    height: 100%; /* Adjust the height as needed */
}

#nsfw {
  -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
  width: 30px;
 height: 30px;
  border: 3px solid #97ad68;
  border-top-left-radius: 255px 15px;
  border-top-right-radius: 15px 225px;
  border-bottom-right-radius: 225px 15px;
  border-bottom-left-radius:15px 255px;
}
#nsfw:checked {
background-color: #b6d149;
}

.uname {

          margin-left: 10;
          border-left: 2px solid #97ad68;
          padding: 15px;
}
right-head {

}
a {
  text-decoration:none;
  color: #0f29bb;
}
textarea {
  font-family: Poppins,'Helvetica Neue',Arial,Helvetica,sans-serif;
  border: none;
  resize: none;
  border-top-left-radius: 255px 15px;
  border-top-right-radius: 15px 225px;
  border-bottom-right-radius: 225px 15px;
  border-bottom-left-radius:15px 255px;
  height:130px;
  padding: 20px 30px;
  outline: none;
  font-size: 17px;
  width: 550px;
  border: 4px solid #97ad68;
  }
  textarea.css {
  width: 550px;
  height: 400px;
  resize: both;
  font-size:13px;
  }
button {
  border: none;
  font-family: Poppins,'Helvetica Neue',Arial,Helvetica,sans-serif;
  font-size: 24px;
  padding: 10px;
  border-top-left-radius: 215px 35px;
  border-top-right-radius: 35px 215px;
  border-bottom-right-radius: 215px 35px;
  border-bottom-left-radius:35px 215px;
    background: #f2ffbf;
    cursor: pointer;
    background: #f5ffcc;
    border: 2px solid #202614;
  //  border-radius:5px;
    box-shadow:
        0 0 0 4px #97ad68; /* First border */
}
button:hover {
    background: #d2dcb9;
}
.tbox {
font-family: Poppins,'Helvetica Neue',Arial,Helvetica,sans-serif;
border: 4px solid #97ad68;
border-top-left-radius: 255px 45px;
border-top-right-radius: 45px 225px;
border-bottom-right-radius: 225px 35px;
border-bottom-left-radius:35px 255px;
margin-top:15px;
padding:12px;
}
textarea.tbox {
font-family: Poppins,'Helvetica Neue',Arial,Helvetica,sans-serif;
border: 4px solid #97ad68;
border-top-left-radius: 25px 45px;
border-top-right-radius: 45px 225px;
border-bottom-right-radius: 225px 35px;
border-bottom-left-radius:35px 255px;
margin-top:15px;
padding:22px;
}
body {
font-family: Poppins,'Helvetica Neue',Arial,Helvetica,sans-serif;
margin: 0px;
background: url(/image?src=bg.png);
 background-size: tile;
}
video {
background: black;
}
.meta {
background: #edffa6;
padding: 10px 40px;
margin-top:30px;

    border-top-left-radius: 255px 15px;
    border-top-right-radius: 15px 225px;
    border-bottom-right-radius: 225px 15px;
    border-bottom-left-radius:15px 255px;
    width: 850px;
}
.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: #b6d149;
width: 300px;
float: left;
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 #598627,
  inset 6px 0 0 0 #598627;
}
.vid2 {
background: #b6d149;
width: 300px;
float: left;
margin-left:15px;
margin-bottom:15px;
padding: 25px;

border-bottom-left-radius: 255px 15px;
border-top-right-radius: 15px  225px;
border-top-left-radius: 225px 15px;
border-bottom-right-radius:15px 255px;
border: 4px solid black;
box-shadow:
  inset 0 -6px 0 0 #598627,
  inset 6px 0 0 0 #598627;
}
.vid3 {
background: #b6d149;
width: 300px;
float: left;
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 #598627,
  inset 6px 0 0 0 #598627;
}
.content {
margin: 25%;
margin-top:5%;
background: #d0e384;
padding:25px 30px;
border-top-left-radius: 255px 15px;
border-top-right-radius: 15px 225px;
border-bottom-right-radius: 225px 15px;
border-bottom-left-radius:15px 255px;
}
.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;
}
