@import url('https://fonts.googleapis.com/css2?family=Nunito&display=swap');@import url('https://fonts.googleapis.com/css2?family=PT+Sans&display=swap');:root{--nunito-font: 'Nunito', sans-serif;--pt-font: 'PT Sans', sans-serif;}::-webkit-scrollbar{display: none;}*{margin: 0;padding: 0;user-select: none;box-sizing: border-box;}.top{background-image: url('space.png');background-size: cover;background-repeat: no-repeat;background-color: #151515;}.topbar{background: transparent;color: white;font-family: var(--nunito-font);padding: 10px 20px;}body{background-color: black;}.topbar h2{font-size: 28px;}.main h2{color: white;font-family: var(--pt-font) !important;}.link{border: 2px solid white;font-family: var(--pt-font);padding: 6px 12px;margin: 1%;color: white;font-size: 20px;text-decoration: none;transition: .3s;}.link:hover{background-color: white;color: black;transition: .3s;}@media screen and (max-width: 750px){.link{width: 90%;display: block;text-align: center;}}.hidden{display: none;visibility: hidden;}.update{width: 90%;border: 1px solid white;padding:20px 30px;margin-top: 2%;overflow: scroll;background-color: rgba(255, 255, 255, 0.150);box-shadow: 4px 5px rgb(55, 55, 55);margin: auto;border-radius: 5px;}.update .title{color: #2868ff;font-size: 20px;font-family: var(--nunito-font);text-align: left;}.update .description{color: #bdbdbd;font-family: var(--pt-font);font-size: 18px;text-align: left;}.update .image{max-height: 200px;max-width: 90%;border-bottom: 1px solid white;}.update .description:hover{color: white;}.update .footer{color: white;font-family: var(--nunito-font);font-size: 10px;float: right !important;}.url{color: white;font-size: 15px;font-family: var(--pt-font);text-align: left;}.update .title:hover{cursor: pointer;text-decoration: underline;}.footer{width:100%;position:relative;height:auto;background-color:transparent;font-family: 'Fredoka',sans-serif;}.footer .col{width:190px;height:auto;float:left;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;padding:0 20px 20px 20px}.footer .col h1{margin:0;padding:0;font-family:inherit;font-size:12px;line-height:17px;padding:20px 0 5px 0;color:rgba(255,255,255,.631);font-weight:400;text-transform:uppercase;letter-spacing:.25em}.footer .col ul{list-style-type:none;margin:0;padding:0}.footer .col ul li{color:#cecece;font-size:14px;font-family:inherit;font-weight:700;padding:5px 0 5px 0;cursor:pointer;transition:.2s;-webkit-transition:.2s;-moz-transition:.2s}.footer .col ul li a{color:#cecece;font-size:14px;font-family:inherit;font-weight:700;padding:5px 0 5px 0;cursor:pointer;transition:.2s;-webkit-transition:.2s;-moz-transition:.2s;text-decoration:none}.social ul li{display:inline-block;padding-right:5px!important}.footer .col ul li:hover{color:#fff;transition:.1s;-webkit-transition:.1s;-moz-transition:.1s}.footer .col ul li a:hover{color:#fff;transition:.1s;-webkit-transition:.1s;-moz-transition:.1s}.clearfix{clear:both}@media only screen and (min-width:1280px){.contain{width:1200px;margin:0 auto}}@media only screen and (max-width:1139px){.contain .social{width:1000px;display:block}.social h1{margin:0}}@media only screen and (max-width:950px){.footer .col{width:33%}.footer .col h1{font-size:14px}.footer .col ul li{font-size:13px}}@media only screen and (max-width:500px){.footer .col{width:50%}.footer .col h1{font-size:14px}.footer .col ul li{font-size:13px}}@media only screen and (max-width:340px){.footer .col{width:100%}}.chat{height: 400px;width: 90%;border: 1px solid rgba(255,255,255,.5);border-radius: 7px;padding: 20px 40px;max-height: 400px;overflow: scroll;margin: auto;}.chat-box{height: 50px;width: 90%;border: 1px solid rgba(255,255,255,.5);border-radius: 7px;padding: 10px 20px;max-height: 100px;overflow: scroll;margin: auto;resize: vertical;}.chat-box input {border: none;outline: none;color: white;font-size: 20px;font-family: var(--pt-font);background-color: transparent;width: 75%;}.chat-box button{border: none;outline: none;background-color: transparent;font-size: 20px;font-family: var(--nunito-font);width: 15%;color: white;float: right;}.chat-box button:hover{color:green;}.index{margin: 2%;color:white;font-family: var(--nunito-font);}table{width: 100%;}table th{border: 1px solid white;text-align: center;font-weight: bold;padding: 8px;color: #ffffff !important;}table td{border: 1px solid white;padding: 10px;overflow: scroll;color:rgb(198, 164, 255) !important;cursor: pointer;}table td:hover{color:white !important;}