
body {
    background: url(background.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-family: Comic Sans MS;
    font-weight: bold;
    text-shadow:-1px -1px 0px rgba(150,150,150,100);

}

  
	.center	{
    top: 50%;
    left: 50%;
    margin: -125px 0 0 -225px;
	display:block;
	margin-top: -30px;
    position: absolute;
    z-index: 10;
    width: 450px;
    height: 500px;
    background-color: rgba(0,0,0,0);
	}

pre {
    text-align: center;
    font-family: Trebuchet MS;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: #000;
}

#marquee {
    width: 300px;
    overflow: hidden;
    display: inline-block;
    margin-bottom: -3px;
}

#center {               
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);    
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.middle {
    margin: auto;
    width: 25%;
    padding: 10px;
}
#membersList {
  text-align: center;
  overflow: hidden;
  height: 75px;
  width: 104px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 2px;
}

.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);
  
}

.rainbow {
      animation: colorchange 75ms; /* animation-name followed by duration in seconds*/
         /* you could also use milliseconds (ms) or something like 2.5s */
      -webkit-animation: colorchange 75ms; /* Chrome and Safari */
	  animation-iteration-count: infinite;
	  animation-direction: alternate;
	  
    }

    @keyframes colorchange
    {
      0%   {COLOR: red;}
      25%  {COLOR: yellow;}
      50%  {COLOR: blue;}
      75%  {COLOR: green;}
      100% {COLOR: red;}
	  
    }

    @-webkit-keyframes colorchange /* Safari and Chrome - necessary duplicate */
    {
      0%   {COLOR: red;}
      25%  {COLOR: yellow;}
      50%  {COLOR: blue;}
      75%  {cOLOR: green;}
      100% {COLOR: red;}
    }
    .rainbow2 {
      animation: colorchange 75ms; /* animation-name followed by duration in seconds*/
         /* you could also use milliseconds (ms) or something like 2.5s */
      -webkit-animation: colorchange 75ms; /* Chrome and Safari */
	  animation-iteration-count: infinite;
	  animation-direction: alternate;
	  
    }

    @keyframes colorchange
    {
      0%   {COLOR: red;}
      25%  {COLOR: yellow;}
      50%  {COLOR: blue;}
      75%  {COLOR: green;}
      100% {COLOR: red;}
	  
    }

    @-webkit-keyframes colorchange /* Safari and Chrome - necessary duplicate */
    {
      0%   {COLOR: red;}
      25%  {COLOR: yellow;}
      50%  {COLOR: blue;}
      75%  {cOLOR: green;}
      100% {COLOR: red;}
    
}

.rainbow {
      animation: colorchange 75ms; /* animation-name followed by duration in seconds*/
         /* you could also use milliseconds (ms) or something like 2.5s */
      -webkit-animation: colorchange 75ms; /* Chrome and Safari */
	  animation-iteration-count: infinite;
	  animation-direction: alternate;
	  
    }

    @keyframes colorchange
    {
      0%   {COLOR: red;}
      25%  {COLOR: yellow;}
      50%  {COLOR: blue;}
      75%  {COLOR: green;}
      100% {COLOR: red;}
	  
    }

    @-webkit-keyframes colorchange /* Safari and Chrome - necessary duplicate */
    {
      0%   {COLOR: red;}
      25%  {COLOR: yellow;}
      50%  {COLOR: blue;}
      75%  {cOLOR: green;}
      100% {COLOR: red;}
    }
    .rainbow2 {
      animation: colorchange 75ms; /* animation-name followed by duration in seconds*/
         /* you could also use milliseconds (ms) or something like 2.5s */
      -webkit-animation: colorchange 75ms; /* Chrome and Safari */
	  animation-iteration-count: infinite;
	  animation-direction: alternate;
	  
    }

    @keyframes colorchange
    {
      0%   {COLOR: red;}
      25%  {COLOR: yellow;}
      50%  {COLOR: blue;}
      75%  {COLOR: green;}
      100% {COLOR: red;}
	  
    }

    @-webkit-keyframes colorchange /* Safari and Chrome - necessary duplicate */
    {
      0%   {COLOR: red;}
      25%  {COLOR: yellow;}
      50%  {COLOR: blue;}
      75%  {cOLOR: green;}
      100% {COLOR: red;}
    
}