

body {
  color: white;
  font-family: "Times New Roman";
  cursor: url('images/winvista.cur'), auto;
  image-rendering: pixelated;
  overflow-x: hidden;
  width: 100%;
  /* scrollbar-width: none; */
  height: 100%;
  margin: 0;
  padding: 0;
  
  
}

/* html * {
  scrollbar-width: none;
} */

html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  /* scrollbar-width: none; */
}

::-webkit-scrollbar {
  width: 0px;
} 

.imggif img {
  margin-right: 3px;
  margin-top: 10px;
}

a:link {
  color: aquamarine;
}

a:visited {
  color: mediumaquamarine;
}

h1 {
  background: transparent;
}

.portal {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 12px;
}

@font-face {
  font-family: "ms sans serif";
  src: url(fonts/ms-sans-serif.ttf);
}

@font-face {
  font-family: "conthrax";
  src: url(fonts/conthrax.otf);
}

@font-face {
  font-family: "x360";
  src: url(fonts/x360.ttf);
}

@font-face {
  font-family: "frutiger";
  src: url(fonts/frutiger.ttf)
}

@font-face {
  font-family: "win7segoeui";
  src: url(fonts/win7segoeui.ttf)
}

@font-face {
  font-family: "cascadiaextralight";
  src: url(fonts/CASCADIAMONO.ttf)
}

@font-face {
  font-family: "dotmatrix";
  src: url(fonts/led_counter-7.ttf)
}

@font-face {
  font-family: "univox";
  src: url(fonts/Univox.otf)
}

@font-face {
  font-family: "opensans";
  src: url(fonts/OpenSans.ttf)
}

@font-face {
  font-family: "Gotham Black";
  src: url(fonts/Gotham-Black.otf)
}

@font-face {
  font-family: "celeste font";
  src: url(fonts/renogare.otf)
}

#container h1 {
  font-size: 32px;
}

.distantcontainer {
  position: relative;
  width: 100%;
}

.section-content, section {
  height: 100vh;
  
}

section {
  overflow: hidden;
  min-height: 50vh;
  justify-content: center;
}

.distantcontainer, section {
  position: relative;
  width: 100%;
}

#container {
  width: 100vw;
  height: 100vh;
}

#container, section {
  position: relative;
  width: 100%;
}

@keyframes comedybg {
  0% {background-position-y: 0px}
  
  100% {background-position-y: -17500px}
}

#splash {
  font-family: dotmatrix;
  margin-top: -1px;
  color: orange;
}








