@font-face {
font-family: ktegaki;
src: url(https://file.garden/Z78F0nFtX2vHpche/KTEGAKI.ttf);
}

body {
  background: white;
}

.text-container {
  color: black !important;
  background-color: transparent;
  width: 270px;
  margin: auto;
  font-size: 17px;
  padding: 10px;
  font-family: ktegaki;
  text-align: center;
}

a {
  color: black ;
  text-decoration: none;
}

a:hover {
  font-style: italic;
  text-decoration: underline;
}

mark {
  background: lightblue;
  color: white;
}

.y {
  color: #ffc947;
}

  .links a {
    text-decoration: none;
    font-weight: 500;
    margin-right: 6px;
    transition: opacity 0.2s ease;
  }

  .un   { color:#f4a7b9; }
  .dau   { color:#f6b8a6; }
  .tri { color:#f7c59f; }
  .pedwar    { color:#a8d5ba; }
  .pum    { color:#9fe0c3; }
  .chwe     { color:#9fcdf2; }
  .saith     { color:#c3b7e6; }
  .wyth   { color:#d3b0e8; }
  .naw    { color:#e7a6c7; }
  .deg  { color:#f5e6a8; }

  .cute-links a:hover {
    opacity: 0.75;
    text-decoration: underline;
  }