h1,
h2,
h3,
h4,
h5,
h6,
p,
q,
a {
  font-family: "Times New Roman", Times, serif;
  color: white;
}

body {
  background-color: rgb(22, 20, 20);
  padding-left: 3vw;
  padding-right: 3vw;
}

h1 {
  font-size: 5em;
  font-weight: lighter;
  margin: 0.4em 0em;
}
h2 {
  font-size: 1.5em;
  font-weight: lighter;
  font-style: italic;
}

.flex-container {
  display: flex;
}

:root {
  overflow-y: auto;
  scrollbar-gutter: stable;
}

h1 > a {
  text-decoration: none;
}
h1 > a:hover {
  color: rgb(200, 41, 41);
}
