body {
    background-color: #CAE3EB;
    color: #042652;
    font-family: Arial, Helvetica, sans-serif; font-size: 14px;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 20px;
}
h3 {
    font-size: 16px;
}
h4 {
    font-size: 14px;
}
h5 {
    font-size: 10px;
}

.titlebox {
  font-family: "Bitcount Grid Double", system-ui;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-size: 48px;
  font-variation-settings:
    "slnt" 0,
    "CRSV" 0.5,
    "ELSH" 0,
    "ELXP" 0;
  margin: auto;
  width: 80%;
  background-color: #f0f0f0;
  height: 150px;
  border: 3px solid #042652;
}

.container {
    width: 80%;
    margin: auto;
}

.center{
  display: flex;
  justify-content: center;
  align-items: center;
}

.tablecontent{
    width: 100%;
}

.tdlcontent{
    width:50%;
    text-align: right;
}

.tdrcontent{
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
    width:50%;
    text-align: left;
}

.tablegame{
    display: inline-block;
    text-align: right;
}

.game{
    height: 275px;
    width: 250px;
    text-align: center;
    background-color: #f0f0f0;
}

.button {
  display: inline-block;
  padding: 10px 20px;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: #04AA6D;
  border: none;
  border-radius: 15px;
  box-shadow: 0 9px #999;
}

.button:hover {background-color: #3e8e41}

.button:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}
