body {
    width: 27vh;
    height: 35vh;
    position: relative;
    color: white;
	float: right;
    margin-top: 61vh;	
	font-family:"Arial";
	-webkit-user-select: none;
}


.header-container {
    height: 3.2vh;
    width: 100%;
    align-items: center;
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgb(85, 88, 95, 1));
}

#tableContainer {
    height: 14vh;
    background-color:#000000B3;
	overflow-x:hidden;
}

#exit {
    height: 3vh;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgb(85, 88, 95, 1));
}

.title {
    font-size: 2vh;
	font-weight:900;
}

.title2 {
    font-size: 2vh;
	font-weight:900;
}


.txt {
	font-size:1.8vh;
	font-weight: 550;
}

::-webkit-scrollbar {
 
width: 1vh;

}



/* Track */

::-webkit-scrollbar-track {
 
background:#1e1e1666;

}



/* Handle */

::-webkit-scrollbar-thumb {

background:#ffffffd9;

}