@font-face {
  font-family: DotGothic16;
  src: url(https://file.garden/Z78F0nFtX2vHpche/DotGothic16-Regular.ttf);
}

body {
  background: white;
  font-family: DotGothic16;
}

.text-container {
  color: #fdbad7 !important;
  background-color: white;
  border: solid 3px;
  width: 330px;
  margin: auto;
  font-size: 14px;
  padding: 0px;
  border-radius: 0;
  overflow: hidden;
  border: 35px solid transparent;
  border-image: url("https://file.garden/Z78F0nFtX2vHpche/tumblr_80d461e32d3d92a65b66893502221d7f_3630648f_2048.png") 42% round;
}

a {
  color: #fdbad7 ;
  text-decoration: underline;
}

a:hover {
  font-style: italic;
}

mark {
  background: #ffc947;
  color: white;
}
.ponk {
  display: flex;
  width: 300px; 
  margin-top: 5px;
}

.ponk img {
  flex: 1 0 0;
  height: auto;
  display: block;
}

.button.edit::before {
  content: "ㅤ♡";
  font-size: 16px;
}
.button.edit {
  font-size: 0;
}
.button, .button:hover {
 background: transparent;
}
.paste-info, .site-footer {
 color: white; 
}