@import url('https://fonts.googleapis.com/css2?family=Bellefair&display=swap');


.text-container {
  padding: 0;
  margin: auto;
  width: 620px;
  background: white;
  border-color: transparent;
  border-style: solid;
	border-image: url("https://file.garden/Z78F0nFtX2vHpche/redrichieborde.png") 40% fill round;
  border-image-repeat: round;
	border-width: 40px;
}

body {
  background: black;
}

.paste-info, .site-footer {
 display: none; 
}

.button.edit::before {
  content: "coded by @yuhz";
  font-size: 14px;
  background: black;
  color: #111111;
}

.button.edit {
  font-size: 0;
}