.text-container {
  background: transparent;
  position: relative;
  width: 500px;
  height: 300px;
  margin: auto;
  margin-top: 100px;
  border-radius: 0px;
  overflow: visible;
}

body {
  background: url(https://file.garden/Z9M35oTzwUunBKQE/32549e2f45b8f5e85cbfedf6b09ded55.jpg);
}

.golshi {
  position: absolute;
  bottom: 0px;
  filter: drop-shadow(0px 0px 10px #FFF);
  z-index: 20;
}

.contain {
  position: absolute;
  right: 0px;
  top: -100px;
}

.droppy {
  width: 250px;
  height: 30px;
  background: #FFF;
  padding: 20px;
  border-radius: 30px;
  overflow: hidden;
  border: 2px solid #F74146;
  margin-bottom: 30px;
  color: #F74146;
  transition: 1s ease;
}

.droppy:hover {
  height: 120px;
  overflow: scroll;
  transition: 1s ease;
}

strong {
  font-size: 30px !important;
  color: #FFF;
  -webkit-text-stroke: 5px #F74146;
  paint-order: stroke fill;
  font-family: dk;
}

@font-face {
src: url(https://files.catbox.moe/b3kgl7.otf);
font-family: time;
}

@font-face {
src: url(https://files.catbox.moe/xoquxb.otf);
font-family: dk;
}
 
* {
    font-family: time;
}

.paste-info {
  color: #F74146;
}

.publish-timestamp, .edit-timestamp, .site-footer, .site-header, .edit, #theme-toggle {
  visibility: hidden;
}