html {
  box-sizing: border-box;
  background: #3e3e3e;
  color: #f9f9f9;
  font-family: "Times New Roman", serif;
  font-size: 18px;
}

html, body {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, .heading {
  font-family: Arial, sans;
  font-spacing: 1em;
  font-weight: bold;
}

.invert {
  background: #f9f9f9;
  color: #010101;
}

.bg {
  opacity: 0.9;
  z-index: -10000;
  background-image: url("/background.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
