body {
	background-color: black;
}


a {
	outline: 0;
	text-decoration: none;
}
.subtitle a {
	color:  #42fc05;
	text-decoration: underline;
}
.wave {
	width: 300px;
	height: 150px;
	position: absolute;
	right: 10px;
	top: 0px;
}

.marquee {
    width: 225px;
    margin: 0 -112.5px;
    white-space: nowrap;
    opacity: 0.75;
    overflow: hidden;
    position: absolute;
    left: 50%;
}

.marquee span {
    color: #00FF00;
    display: inline-block;
    font-family: 'Fira Code';
    font-size: 18px;
    padding-left: 100%;
    animation: marquee 15s linear infinite;
}

@keyframes marquee {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-100%, 0);
    }
}

.button {
	color: #00FF00;
	transition: opacity .2s;
	opacity: 0.5;
}

.controls {
	z-index: 3;
	position: absolute;
	top: 0;
}

.button:hover {
	opacity: 1;
}

.volume::-moz-focus-inner {
   border: 0;
}

.volume {
	z-index: 3;
	position: absolute;

	top: 2px;
	left: 60px;

	width: 100px;
	height: 8px;

	-webkit-appearance: none;
	-webkit-transition: .2s;

	transition: opacity .2s;
	outline: 0;
	border: 1px solid #00FF00;
	opacity: 0.5;
	background: #000000;
}

.volume:hover {
	opacity: 1;
}

.volume::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 8px;
  height: 15px;
  background: #00FF00;
  cursor: pointer;
}

.volume::-moz-range-thumb {
  width: 8px;
  height: 15px;
  background: #00FF00;
  cursor: pointer;
}

.logo-zoom:hover {
	transform: scale(1); /* 1.095*/
}

.zoom,
.logo-zoom {
	transition: transform .2s;
}

.zoom:hover {
	transform: scale(1.2);
}

.link {
	text-align: center;
}

.websites {
	text-decoration: none;
}

.dots {
	height: 100%;
	width: 100%;
	bottom: 0px;
	top: 0px;
}

.content {
	z-index: 3;
	position: absolute;
	left: 50%;
	top: 25%;
	width: 50%;
	margin: -60px 0 0 -25%;
}

.logo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	/*border: 1px dashed #00FF00;*/
	padding: 0px;
	width: 180px;
	height: 180px;
}

.title {
	font-size: 50px;
	text-align: center;
	line-height: 100%;
	color: white;
	text-shadow: 2px 2px #00FF00;
	font-family: 'Fira Code';
}

.subtitle {
	font-size: 15px;
	text-align: center;
	color: #42fc05;
	font-family: 'Fira Code';
}

#bg {
	z-index: 1;
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	margin: 0;
	padding: 0;
}
