@font-face {
	font-family: mono;
	src: url('A2 Record Gothic Mono.otf');
}

@font-face {
	font-family: adlibitum;
	src: url('adlibitum.bold.ttf');
}

@font-face {
	font-family: timesNow;
	src: url('artifacts/Times Now Bold.otf');
}

body {
  background-color: black;
	overflow-x: hidden;
}

body::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: rgba(0,0,0,0);; /* or add it to the track */
}

/* Add a thumb */
body::-webkit-scrollbar-thumb {
  background-image: linear-gradient(#F90000, #B6D515);
}

.nfe {
	font-size: 30px;
}


#union {
	position: absolute;
	top: 0%;
	left: 5%;
	position: absolute;
}

#journal {
	font-family: adlibitum;
	font-size: 85px;
	position: relative;
	background-image: linear-gradient(#F90000, #B6D515);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	left: 4.5%;
	top: -1%;
}

#num {
	font-family: timesNow;
	font-size: 20px;
	position: absolute;
	background-image: linear-gradient(#F90000, #B6D515);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	left: 229px;
	top:6%;
}

#title {
	font-family: adlibitum;
	font-size: 57px;
	top: 10%;
	left: 5%;
	position: absolute;
	background-image: linear-gradient(#F90000, #B6D515);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

#content {
	width: 700px;
	font-size: 20px;
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	top: 33%;
  font-family: mono;
  background-image: linear-gradient(#F90000, #B6D515);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

#info-text {
  width: 100%;
  height: 350px;
  position: absolute;
  top: 1400px;
  left 0px;
  z-index: 999;
  font-size: 22px;
  font-family: mono;
  background-image: linear-gradient(#F90000, #B6D515);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.about {
  text-align: center;
}

.Editorial {
}

.Design {
  padding-left: 50px;
  padding-right: 50px;
}

.website {
}

.flexbox {
  display: flex;
  flex-direction: row;
  text-align: left;
  justify-content: center;
}

.support {
  text-align: center;
}
