@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;
  overflow-y: hidden;
}

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

a:hover::after {
  text-decoration: underline;
  color: #686868;
}

li {
  margin-bottom: 15px;
}

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

.display {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  text-align: left;
  width: 1000px;
}


