@font-face {
  font-family: DotGothic16;
  src: url(https://file.garden/Z78F0nFtX2vHpche/DotGothic16-Regular.ttf);
}

body {
  background: white;
  font-family: DotGothic16;
}

.text-container {
  color: lightblue !important;
  background-color: transparent;
  border: dotted 3px;
  border-radius: 15px;
  max-width: 300px;
  margin: auto;
  font-size: 14px;
  padding: 10px;
}

a {
  color: #ffc947 ;
  text-decoration: underline;
}

a:hover {
  font-style: italic;
}

mark {
  background: #ffc947;
  color: white;
}

.img {
  float: left;
  margin-right: 10px;
}