:root {
  --main-bg-color: white;
}

body {
  background-color: black;
  background-image: url(../images/mgk666.mp4);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

#background {
  width: 100%;
  height: 100vh;
  object-fit: fill;
  position: relative;
  z-index: -3;
}

@font-face {
  font-family: courier_regular;
  src: url('../others/Consolas.ttf');
}

* {
  padding: 0;
  margin: 0;
  font-family: consolas, sans-serif;
}

.container {
  position: fixed;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#brand {
  margin-left: 0.65pc;
  color: var(--main-bg-color);
}
.typed-cursor {
  color: var(--main-bg-color);
}

.animate__animated{
  font-size: 45px;
}

a {
  color: var(--main-bg-color);
}
a:link {
  color: var(--main-bg-color);
  text-decoration: none;
}
a:visited {
  color: var(--main-bg-color);
  text-decoration: none;
}
a:active {
  color: var(--main-bg-color);
}

.marquee-container {
  position: absolute;
  width: 100%;
  bottom: 10%;
  text-align: center;
  color: var(--main-bg-color);
}

#marquee {
  width: 420px;
  overflow: hidden;
  display: inline-block;
  margin-bottom: -4.5px;
  font-size: 15px;
  color: var(--main-bg-color);
}

.count {
  color: var(--main-bg-color);
}
.mainColor {
  color: var(--main-bg-color);
}
