@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;
}

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

.button {
  background-color: #d6d6d6;
  border: 4px solid black;
  color: #686868;
  padding: 32px 23px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-family: 'BookmanOldStyle';
  display: inline-block;
  font-size: 25px;
  margin: 4px 15px;
  cursor: pointer;
}
