@font-face {
font-family: Pangolin;
src: url(https://file.garden/Z78F0nFtX2vHpche/Pangolin-Regular.ttf);
}
body {
  background: white;
  padding: 0;
}

.text-container {
  font-family: Pangolin;
  width: 250px;
  margin: auto;
  background: transparent;
  border-radius: 0;
}
u {
  text-decoration-style: wavy;
  color: #db480d
}
a {
  text-decoration: none;
  color: #b52d00;
}
a:hover {
  font-style: italic;
  text-decoration: none;
}