@font-face {
    font-family: 'FixedsysExcelsior';
    font-style: normal;
    font-weight: 400;
    /* src: url('../font/fsex300-webfont.eot'); */
    src: url('../font/fsex300-webfont.ttf') format('truetype');
    -webkit-font-smoothing: aliased;
    font-smooth: never;
}

body {
    color: #FFFFFF;
    background-color: #0a0a0a;
    top: 50%;
    left: 50%;
    font-family: 'FixedsysExcelsior', sans-serif;
}

a, a:visited {
    color: #FFFFFF;
    text-decoration:  none;
}

a.disable {
  pointer-events: none;
  cursor: default;
}

a:hover {
  color: rgb(191,0,255);
  background-color: transparent;
  text-decoration: underline;
}

pre {
	font-family: 'FixedsysExcelsior', sans-serif;
    text-align: center;
    position: absolute;
    top: 73%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.clock {
  font-size: 4em;
}

#audio{
        display: none;
        }
		
audio{
        text-align: center;
        visibility: hidden;
    }

video {
	opacity: 0.7;
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    transition: 1s opacity;
}

#extras {
	opacity: 0.4;
}

#date {
	opacity: 0.4;
}

#time {
	opacity: 0.4;
}

#title {
    color: #FFFFFF;
    font-size: 32px;
}

#screen {
    padding: 10px 30px;
    border: 2px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-opacity: 0.65;
    -khtml-opacity: 0.65;
    opacity: 0.65;
    background-color: #000000;
    border: 1px rgb(191,0,255) solid;
}

#membersList {
  text-align: center;
  overflow: hidden;
  height: 70px;
  width: 94px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 2px;
}

#membersList:hover {
  padding-right: 0px;
  overflow: auto;
}

hr {
    border: 1px rgb(191,0,255) solid;
}

.scrollbar::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.3);
}

.scrollbar::-webkit-scrollbar {
    width: 2px;
}

.scrollbar::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.65);
}

* {
    user-select: none;
}
