@font-face {
  font-family: 'AptosFont';
  src: url('/font/Aptos.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

td {
  font-family: 'AptosFont';
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;  
}

body {
  height: 100%;
  margin: 0;
  display: flex;
  justify-content: center;
  font-family: 'AptosFont';
}

.title {
  font-size: 20px;
  color: #000000;
  font-weight: bold;
  font-family: 'AptosFont';
}

.container {
  width: 800px;
  height: 100%;
  margin: 0;
}

.logo {
  float: left;
  width: 200px;
  height: 118px;
}

.top_content {
  height: 118px;  
  align-content: end;
}

.menu {
  float: left;
  width: 200px;
  height: 86%;
  margin: 0px;
  background-image: url('/img/Allinelect_ladder.png');
  background-repeat: no-repeat;
}

.content {
  height: 86%;
}

.footer {
  width: 800px;
  height: 35px;
  text-align: center;
  vertical-align: middle;
}