@font-face {
font-family: ktegaki;
src: url(https://file.garden/Z78F0nFtX2vHpche/YujiSyuku-Regular.ttf);
}
@font-face {
font-family: 'Magica';
src: url(https://file.garden/Z78F0nFtX2vHpche/theheart.ttf);
}

body {
  background: white;
}

.text-container {
  padding: 7px;
  max-width: 300px;
  background-color: white;
  border-radius: 0px;
  font-family: ktegaki;
  font-size: 12px;
  color: #020200;
  margin: auto;
  box-shadow: 
    0px 0px 9px 3px lightgray;
}

.text-container a {
  color: #020200;
}

p {
  margin: 4px;
  margin-top: 0;
}

hr {
  border: none;
  border-top: 1px solid black;
  width: 95%;
}

