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:#1e1e16b3;
    overflow-x: hidden;
	text-align: center;
}
#exit {
    padding: 0.2vh;
}
.title {
    font-size: 2vh;
    font-weight: 900;
}
.title2 {
    font-size: 2vh;
    font-weight: 900;
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgb(85, 88, 95, 1));
}
.txt {
    font-size: 1.8vh;
    font-weight: 550;
}

::-webkit-scrollbar {
    width: 1vh;
} /* Track */
::-webkit-scrollbar-track {
    background: #1e1e1666;
} /* Handle */
::-webkit-scrollbar-thumb {
    background: #ffffffd9;
}
