@font-face {
  font-family: DotGothic16;
  src: url(https://file.garden/Z78F0nFtX2vHpche/DotGothic16-Regular.ttf);
}

body {
  background: white;
}

.text-container {
  color: lightblue !important;
  background-color: transparent;
  width: 300px;
  margin: auto;
  font-size: 14px;
  padding: 10px;
  font-family: DotGothic16;
}

a {
  color: #ffc947 ;
  text-decoration: none;
}

a:hover {
  font-style: italic;
}

mark {
  background: lightblue;
  color: white;
}

.y {
  color: #ffc947;
}