body {
  font-family: Arial, sans-serif;
}

p,
h3 {
  max-width: 640px;
  margin-inline: auto;
  white-space: pre-line;
  line-height: 1.6em;
}
p {
  line-height: normal;
}

h2,
h3 {
  color: black;
}

h3 {
  margin-block-end: -1rem;
}

table {
  margin-inline: auto;
}

table,
td,
th {
  border-width: 1px;
  border-style: solid;
  border-collapse: collapse;
}

th {
  text-align: inherit;
}

th,
td {
  padding: 0.4em;
}

.container-404 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100vh;
}

.heading-404 {
  text-align: center;
  font-size: 10rem;
  color: lightgray;
  margin: 0rem;
}

.text-404 {
  text-align: center;
  font-size: 1.5rem;
  margin: 0rem;
}

@media only screen and (max-width: 600px) {
  body {
    padding: 1em;
  }
  .container-404 {
    height: calc(100vh - 3em);
  }
}
ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
ul li {
  padding-left: 1rem;
}
ul li ul {
  margin-left: 1rem;
}
.fw-normal {
  font-weight: normal;
}