@font-face {
  font-family: 'LibreBaskerville';
  font-style: normal;
  font-weight: 100 400;
  src: url("/static/LibreBaskerville-Regular.ttf") format('ttf');
}

@font-face {
  font-family: 'UbuntuMono';
  font-style: normal;
  font-weight: 100 400;
  src: url("/static/UbuntuMono-Regular.ttf") format('ttf');
}

html{
    font-family: "LibreBaskerville", serif;
}

body{
    background: #121212;
    color: rgba(255, 255, 255, 0.76);
    /* position: absolute; */
    /* top: 10px;
    bottom: 20px;
    width: 99%; */
    font-family: "LibreBaskerville", serif;
    font-size: 30px;
    /* margin-left: 10px; */
    max-width:1200px;
		margin:0 auto;
}

pre {
  white-space: pre-wrap;    /* Wraps text instead of overflowing */
  word-break: break-word;   /* Breaks long words if needed */
  max-width: 100%;          /* Prevents going off the page */
  overflow-wrap: anywhere;  /* Ensures very long tokens break */
}

h1 {
    font-family: "UbuntuMono", sans-serif;
    color: white;
    font-size: 50px;
}

h2 {
    font-family: "UbuntuMono", sans-serif;
    color: white;
    font-size: 40px;
}

hr{
    margin-left:0;
    left: 0px;
    width: 500px;
}

a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
