@import url('https://fonts.googleapis.com/css2?family=Patua+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lusitana&display=swap');

.main-text {
  font-family: "Lusitana", serif;
  text-justify: inter-word;
  line-height: 1.6;
}

p {
  text-align: justify;
}

button, input, textarea {
  font-family: monospace;
}

pre, code {
  background-color: transparent;
  background: transparent;
}

pre {
  white-space: pre-wrap;       /* Since CSS 2.1 */
  white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
  white-space: -pre-wrap;      /* Opera 4-6 */
  white-space: -o-pre-wrap;    /* Opera 7 */
  word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

nav a {
  text-decoration: none;
  color: black;
  border-bottom: black 0.1em solid;
}

nav a:visited {
  text-decoration: none;
  color: black;
  border-bottom: black 0.1em solid;
}


a {
  outline: none;
  text-decoration: none;
  color: black;
  border-bottom: black 0.1em dashed;
}

a:visited {
  color: black;
}

a:hover {
  color: red;
}

h1, h2, h3 {
  text-align: left;
}

h1 {
  font-family: 'Patua One', serif;
}

h2 {
  font-family: 'Patua One', serif;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.1em;
  padding-bottom: 15px;
  margin-bottom: 25px;
  position: relative;
}

h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 70px;
  background-color: #111;
}

h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  height: 1px;
  width: 95%;
  max-width: 255px;
  background-color: #333;
}

h3 {
  font-family: 'Patua One', serif;
  font-size: 22px;
  padding-bottom: 15px;
  margin-bottom: 25px;
}

ul.fancy {
  text-align: left;
  /* list-style-position: inside; */
  padding-left: 1em;
}
