*::-webkit-scrollbar {
  height: 19px;
  width: 19px;
}

*::-webkit-scrollbar-track {
  border-radius: 0px;
  background-color: #838383;
}

*::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background-color: #CACACA;
}

@font-face {
  font-family: BookmanOldStyle;
  src: url(/res/fonts/BOOKOS.TTF);
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Cublox';
  src: url(/res/fonts/cublox-webfont.ttf);
  font-weight: 300;
  font-style: normal;
}

#CubloxFont {
  font-family: 'Cublox';
}

body {
  background-color: #f2f2f2;
  font-family: 'BookmanOldStyle';
  font-size: 20px;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #686868;
}

.contentbox {
  align-content: center;
  text-align: center;
  font-size: 110%;
  margin: 40px;
  margin-top: 50px;
  align-items: center;
}

.portrait {
margin: 10px 20px 10px 20px;
border: solid 4px black;
width: 200px;
height: 200px;
object-fit: contain;
display: inline-block;
}

.portrait img{
width: 200px;
height: 200px;
}

table, th, td {
  font-size: 30px;
  font-family: 'Cublox';
  border:0px solid black;
  text-align: center;
  display: inline-block;
}



