@font-face {
  font-family: DotGothic16;
  src: url(https://file.garden/Z78F0nFtX2vHpche/DotGothic16-Regular.ttf);
}

* {
  cursor: url(https://file.garden/Z78F0nFtX2vHpche/tumblr_6d7bf91e5105b79868da914fc4000e4f_d8bdb5d2_75.png), auto;
}

body {
  background: white;
  font-family: DotGothic16;
  /* background: url("https://file.garden/Z78F0nFtX2vHpche/b795817cdef98c9ebd7ffded6218c965.jpg");*/
  background-size: cover;
}

.text-container {
  color: #fdbad7 !important;
  background-color: white;
  border: solid 3px;
  width: 300px;
  margin: auto;
  font-size: 14px;
  padding: 0px;
  border-radius: 0;
  overflow: hidden;
}

a {
  color: #fdbad7 ;
  text-decoration: underline;
  cursor: url(https://file.garden/Z78F0nFtX2vHpche/tumblr_ed86702d900f5ca6ef2127d356aa3b65_31a14ae9_75.png), auto;
}

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;
  margin: auto;
}
.button, .button:hover {
 background: transparent;
}
.paste-info, .site-footer {
 color: white; 
}