* {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

::selection{
    border-radius: 5px;
    background-color: rgba(212, 212, 212, 0.904);
}

html,
body {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100vh;
    color: white;
    background-color: black;
}

canvas {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    /* z-index: 99999; */
    transform: translate(-50%, -50%);
}

.window {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
    width: 600px;
    height: 600px;
    /*background-image: url('../assets/ui/window.png');*/
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 5px 100px;
    background-color: rgb(1,1,1,0.7);
    text-align: center;
    border: 1px solid;
    border-color: rgb(8,8,8, 0.5);
}

#popUp{background-color: rgb(0,0,0,0.9);}

#third{width: 33%;height: 100%;float: left;}

.tdg1 {
background-image: url("../assets/other/tardigrade.png");
}


.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

h1 {
    font-size: 35px;
    font-weight: bolder;
}

input{
    width: 80%;
    height: 35px;
    border-radius: 5px;
    margin: 10px 0px;
    border: none;
    outline: none;
    font-size: 24px;
    color: rgb(121, 121, 121);
}

.currentName {
    margin: 0px;
    padding: 0px 20px 0px 25px;
    font-size: 24px;
    text-align: center;
}

.currentUsername {
    #font-weight: bolder;
}


button {
    border: 0;
    margin: 4px;
    padding: 20px 20px;
    width: 300px;
    font-size: 20px;
    font-weight: bolder;
    cursor: pointer;
    color: white;
    background-color: transparent;
    #background-image: url('../assets/ui/button.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

button:hover {
    width: 350px;
    font-size: 24px;
}

#startBtn{font-size: 40px;}
#startBtn:hover{font-size: 50px;}

.btn{
    width: 300px;
    margin: 0px;
    padding: 20px 20px;
    font-size: 20px;
}
.btn:hover{
    width: 350px;
    font-size: 24px
}

.content {
    width: 100%;
    color: white;
    margin: auto auto;
    margin-top: -10px;
}

table {
    width: 100%;
    table-layout: fixed;
    text-align: center;
    border: 1px solid;
    border-color: blueviolet;
}

.tbl-header {
    background-color: blueviolet;
    text-align: center;
}

.tbl-content {
    height: 250px;
    overflow-x: auto;
    margin-top: 0px;
    text-align: center;
}

th {
    padding: 15px 10px;
    text-align: center;
    font-weight: 800;
    font-size: 16px;
    text-transform: uppercase;
}

.wider {
  width: 50%
}

td {
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    font-weight: 600;
    font-size: 16px;
}

h5 {
  color: rgb(183, 0, 255);
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 1);
}