@font-face {
  font-family: 'arimoregular';
  src: url('arimo-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}



* {
  margin: 0;
  padding: 0;
  background-color: transparent;
  font-size: 55px;
}

body {
  width: 100vw;
  height: 100vh;
  color: #ffffff;
}

.content {
  font-family: 'arimoregular', sans-serif;
  height: 1080px;
  width: 1920px;
  background-color: rgb(10, 92, 182);
  background-repeat: no-repeat;
}

.title {
  float: left;
  padding-left: 20px;
}

.timedate {
  float: right;
  padding: 5px 20px 0 0;
}

.top {
  width: 1880px;
  height: 70px;
  position: fixed;
  top: 50px;
  left: 20px;
  background-color: rgba(0, 0, 0, 0.3);
  box-shadow: 5px 5px 5px -1px rgba(0,0,0,0.31);
}

.center {
  position: absolute;
  margin: auto;
  top: 100px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 1750px;
  height: 800px;
  border-radius: 3px;
}

#customTable {
  table-layout: fixed;
  width: 1750px;
  height: 800px;
}

#customTable td {
  text-align: center;
  overflow: hidden;
  border: 1px solid grey;
  background-color: rgba(0, 0, 0, 0.35);
  border-radius: 3px;
}
