html {
  color: #090909;
  background: #090909;
  overflow: hidden;
}
a {
  cursor: pointer;
}
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
q:before,
q:after {
  content: "";
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  outline-style: none;
  outline-width: 0pt;
}
legend {
  color: #000;
}
a:focus,
object,
h1,
h2,
h3,
h4,
h5,
h6 {
  border: 0px;
}
strong {
  font-weight: bold;
}
body {
  overflow: hidden;
  font-family: "Roboto", sans-serif;
  color: #090909;
  font-size: 11px;
}
a,
a:hover {
  transition: all 0.08s linear;
  -o-transition: all 0.08s linear;
  -moz-transition: all 0.08s linear;
  -webkit-transition: all 0.08s linear;
  padding: 1px;
}
p.noCanvas {
  color: #999999;
  font-size: 24px;
  text-align: center;
  margin-top: 150px;
}
.visualizer-container {
  position: fixed;
  z-index: 1000;
  opacity: 0.5;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
}

@media only screen and (max-width: 869px) {
  .visualizer-container {
    display: none;
  }
  .terminalcontainer {
    display: none;
  }
}

.visualizer-container__bar {
  display: inline-block;
  background-color: #fff;
  margin: 0 2px;
  width: 25px;
  -webkit-transition: background-color 1000ms linear;
  -ms-transition: background-color 1000ms linear;
  transition: background-color 1000ms linear;
}

.container {
  text-align: center;
  width: 100vw;
  height: 100vh;
}

.logo {
  z-index: 10000;
  position: relative;
  border-radius: 1000px;
  top: 18em;
  transition: 1000ms;
  user-select: none;
}

.logo:hover {
  transform: scale(1.15, 1.15);
  opacity: 0.8;
  box-shadow: 0px 0px 25px 10px purple;
}

.dc {
  color: #fff;
  position: relative;
  top: 7em;
  left: 0;
  z-index: 1000000;
  font-family: "Roboto", sans-serif;
  font-size: 3em;
  user-select: none;
}

.denzel {
  color: #fff;
  position: relative;
  top: 12em;
  left: 0;
  z-index: 1000000;
  font-family: "Roboto", sans-serif;
  font-size: 1.8em;
}

::-webkit-scrollbar {
  display: none;
}

#catch {
  transition: 0.2s all ease-in-out;
  color: #fff;
  text-decoration: none;
}

#catch:hover {
  color: purple;
}

#hint {
  position: absolute;
  width: 100%;
  height: 100%;
  margin-bottom: 10em;
  z-index: 10000;
  display: none;
  text-align: center;
  user-select: none;
}

.logo2 {
  z-index: 10000;
  position: relative;
  border-radius: 1000px;
  transition: 1000ms;
  user-select: none;
  width: 200px;
}

#world {
  z-index: 100;
  position: fixed;
  top: 0;
}
#audio-controls {
  color: #fff;
  z-index: 1000000;
  position: relative;
  width: 100%;
  text-align: center;
  top: 49em;
  user-select: none;
}
.audio {
  position: relative;
  margin-left: 5px;
  cursor: pointer;
  transition: 0.2s all ease-in-out;
  font-size: 13px;
}
.audio:hover {
  color: #8f8f8f;
}

.textanim {
  z-index: 100;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  width: 55em;
  z-index: 100000;
  color: #fff;
}

#marqueetext {
  font-size: 25px;
  animation: marquee 6s linear infinite;
}

@keyframes marquee {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
/* @media only screen and (max-width: 1833px) {
  .textanim {
    width: 40%;
  }
}
@media only screen and (max-width: 1440px) {
  .textanim {
    width: 35%;
  }
}
@media only screen and (max-width: 1309px) {
  .textanim {
    width: 40%;
  }
}
@media only screen and (max-width: 1250px) {
  .textanim {
    width: 50%;
  }
}
@media only screen and (max-width: 916px) {
  .textanim {
    width: 60%;
  }
}
@media only screen and (max-width: 768px) {
  .textanim {
    display: none;
  }
} */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
@font-face {
  font-family: "consola";
  src: url("fonts/consola.ttf") format("truetype");
}
@font-face {
  font-family: "consolab";
  src: url("fonts/consolab.ttf") format("truetype");
}
@font-face {
  font-family: "consolai";
  src: url("fonts/consolai.ttf") format("truetype");
}
@font-face {
  font-family: "consolas";
  src: url("fonts/consolas.ttf") format("truetype");
}
@font-face {
  font-family: "consolaz";
  src: url("fonts/consolaz.ttf") format("truetype");
}

.terminalcontainer {
  position: relative;
  z-index: 100000;
  margin: 0;
  padding: 0;
  background-color: #0c0c0c;
  font-family: consola;
  height: 100vh;
  width: 100vw;
  color: #fff;
}

#typewriter {
  font-size: 2em;
  margin: 0;
}
#typewriter:after {
  content: "_";
  -webkit-animation: blink 500ms linear infinite alternate;
  animation: blink 500ms linear infinite alternate;
}
#typewriter.no-after:after {
  content: "";
}
@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#typewriter2 {
  font-size: 2em;
  margin: 0;
}
#typewriter2:after {
  content: "_";
  -webkit-animation: blink 500ms linear infinite alternate;
  animation: blink 500ms linear infinite alternate;
}
#typewriter2.no-after:after {
  content: "";
}
#typewriter3 {
  font-size: 2em;
  margin: 0;
}
#typewriter3:after {
  content: "_";
  -webkit-animation: blink 500ms linear infinite alternate;
  animation: blink 500ms linear infinite alternate;
}
#typewriter3.no-after:after {
  content: "";
}

#typewriter4 {
  font-size: 2em;
  margin: 0;
}
#typewriter4:after {
  content: "_";
  -webkit-animation: blink 500ms linear infinite alternate;
  animation: blink 500ms linear infinite alternate;
}
#typewriter4.no-after:after {
  content: "";
}
.title {
  font-size: 2em;
}

::-moz-selection {
  color: #0c0c0c;
  background: #fff;
}

::selection {
  color: #0c0c0c;
  background: #fff;
}

.yon {
  background-color: #0c0c0c;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  font-size: 0.9em;
  width: 0.6em;
}

.yon:focus {
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(45deg, #161515, #161515);
  z-index: 9999999;
}

#preloader #status {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#preloader #status .red-spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 100px auto;
}

#preloader #status .red-spinner .double-bounce1,
#preloader #status .red-spinner .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #80decc;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

#preloader #status .red-spinner .double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}