@import url(https://fonts.googleapis.com/css2?family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap);





html {
	scroll-behavior: smooth;
}









.splashArea {
  background-position-x: initial;
  background-position-y: initial;
  background-repeat-x: initial;
  background-repeat-y: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-size: cover;
  background-color: #000;
  cursor: default;
  background-image: url("../images/splash2.png")
}
.red {
  background-image: initial;
  background-size: initial;
  background-color: red
}
.spaceFont {
  font-family: "Space Mono",monospace;
  font-weight: 400
}
.splashText {
  line-height: 1.1
}
.splashSub {
  font-size: 18px;
  line-height: 20px
}
.dividerImg {
  width: 58px;
  height: auto;
  z-index: 50;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%)
}
.dividerImg img {
  width: 100%
}

