body {
  font-family: helvetica;
  vertical-align: middle;

  justify-content: center;
  align-items: center;
  display: flex;
}
.total_wrapper {
    justify-content: center;
    width: 500px;
    border: 0px solid #f00;
    align-items: center;
    display: flex;
    flex-direction: column;
}
.header {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  border: 0px solid #000;
  width: 100%;

}
a, a:visited {
  color: #00f;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.links {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  height: 200px;
  border: 0px solid #ff0;
  width: 100%;
}
table {
    font-size:20px;
}
td {
    width: 200px;
}