@import url("/public/css/normalize.css");
html {
  line-height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-block: 0;
  line-height: inherit;
  font-size: inherit;
}
p,
a {
  text-align: justify;
  word-break: break-word;
  hyphens: auto;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  color: #00e;
}
