@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@500&display=swap');

html, body {
    padding: 0;
    margin: 0;
    overflow: hidden;
    overflow-x: hidden;
    -webkit-text-size-adjust: none;
    width: 100%;
    height: 100%;
    position: fixed;
    color: #ffffff;
    font-family: Ubuntu;
}
input[type=checkbox] {
    cursor: pointer;
}


#overlays, #connecting {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 200;
}
#connecting {
    z-index: 100;
}
#connecting-content {
    width: 350px;
    background-color: #fff;
    margin: 100px auto;
    border-radius: 15px;
    padding: 5px 15px;
}
#title {
    padding: 10px;
}
#nick {
    width: 100%;
    background:#333;
    color:#999;
    border:0px solid #333;
    font-family: Ubuntu;
    font-weight:bold;
    height:35px;
    border-radius:7px;
    padding:10px;
}
#skin {
    width: 33%;
    float: right;
}
#nick, #skin {
    display: inline;
}
#gamemode {
    margin-top: 5px;
    width: 100%;
}

#gLogo{
  border-radius:10px;
  border:2px solid orange;
  height:110px;
}

#leftBox {
    width: 400px;
    margin: 10px auto;
    border-radius: 15px;
    padding: 5px 15px 5px 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-left: -420px;
}
#helloDialog {
    width: 400px;
    margin: 10px auto;
    border-radius: 15px;
    padding: 5px 15px 5px 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#rightBox {
    width: 400px;
    margin: 10px auto;
    border-radius: 15px;
    padding: 5px 15px 5px 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-left: 420px;
}
#chat_textbox {
    transition: all .5s ease-in-out;
    position: absolute;
    z-index: 1;
    bottom: 10px;
    background: rgba(0, 0, 0, .2);
    border: 0px;
    outline: none;
    color: #fff;
    height: 30px;
    text-indent: 12px;
    left: 10px;
    width: 300px;
    font-family: "Ubuntu";
}
#chat_textbox:focus {
    background: rgba(0, 0, 0, .5);
}
#footer {
    text-align: center;
    margin-bottom: 10px;
    margin-top: -10px;
}
#play-btn {
    width: 50%;
    margin-bottom: 10px;
    background: #E3963E;
    border:2px solid #E3963E;
    border-radius:7px;
    font-size:20px;
    
}
#spectate-btn {
    float: right;
    top: 0;
    width: 48%;
    margin-bottom: 10px;
    background: #E3963E;
    border:2px solid #E3963E;
    border-radius:7px;
    font-size:20px;
}
#play-btn, #spectate-button {
    display: inline;
}
#gallery-btn {
    margin-bottom: 5px;
    display: block; /* Visible when skins are loaded */
     background:cyan;
    border:2px solid cyan;
    border-radius:7px;
    height:30px;
}
#touchpad, #touchCircle, #splitBtn, #ejectBtn {
    position: fixed;
}
#touchpad, #splitBtn, #ejectBtn {
    z-index: 2;
}
#touchpad {
    background: #000;
    opacity: 0.3;
    width: 20vw;
    height: 20vh;
    left: 0;
    bottom: 0;
}
#touchCircle {
    width: 4vw;
    height: 4vw;
    border-radius: 2vw;
    background: #f00;
    opacity: 0.3;
    z-index: 3;
}
#splitBtn, #ejectBtn {
    width: 8vw;
    height: 8vw;
    border-radius: 4vw;
    background: #777;
    opacity: 0.5;
}
#splitBtn {
    right: 18vw;
    bottom: 0;
}
#ejectBtn {
    bottom: 18vw;
    right: 0;
}
#playSounds:checked + #soundsVolume {
    display: inline;
}
#soundsVolume {
    display: none;
    width: 100px;
    height: 18px;
    padding: 0; /* IE fix */
    vertical-align: middle;
}
#settings label {
    margin-right: 10px;
    user-select: none;
    width: 90%;

}
 
#settings {
  display:none;
  background:#333;
  border-radius:7px;
  height:450px;
}

.newBtn {
  background:#000000;
  border:2px solid #000000;
  border-radius:7px;
  height:30px;
}

#hideSet {
  display: none;
}

.infoUls {
    list-style: none;
    padding: 0;
}



<style>
  @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap');
  
  #Homehref {
  color: #00FF00;
  padding: 5px 20px;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	text-transform: uppercase;
  text-decoration: none;
  animation-name: rainbow;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  }      

  #SIhref {
  color: #ff69b4;
	padding: 5px 20px;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	text-transform: uppercase;
  text-decoration: none;
  animation-name: rainbow;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  }      
  
  #DSChref {
  color: #4169E1;
  padding: 5px 20px;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	text-transform: uppercase;
  text-decoration: none;
  animation-name: rainbow;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  }      
  
  #GShref {
    transition: color, background-color, .5s ease-in-out;
    font-size: 30px;
    border: 1px solid #fff;
	  padding: 10px 25px;
	  text-decoration: none;
	  text-transform: uppercase;
  	font-size: 30px;
	  margin-top: 20px;
  	display: inline-block;
  	color: #fff;
  }
  
  #GShref:hover {
    color: #000;
  }
  
  @keyframes rainbow {
  0% {color: red;}
  10% {color: orange;}
  20% {color: yellow;}
  30% {color: lightgreen;}
  40% {color: darkgreen;}
  50% {color: blue violet;}
  60% {color: blue;}
  70% {color: purple;}
  80% {color: coral;}
  90% {color: Hotpink;}
  100% {color: red;}
  }
  

  
  .hvrtxtwhite:hover {
    text-shadow: 0 0 30px #fff;
  }




  
  #bodytext {
  white-space: nowrap;
  text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 60px;
  font-family: "Ceviche One", sans-serif;
  }
  
  .menu {
    animation-name: rainbow;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    font-size: 15px;
  }

.menu {
  background-color:#14161d;
  border-color:;

}