html,body {
  padding: 0;
  margin: 0;
  background: #520404;
  width: 100%;
  font-family: 'Figtree', sans-serif;
  font-size:20px;
  color: #fff;
}
li, a, button{
  font-weight: 500;
  font-size: 16px;
  color: #edf0f1;
  text-decoration: none;
} 
header{
  width: 1024px;
  background-color :#3a0203;
  justify-content: space-between;
  text-align: center;
  align-items: center;
  /*padding: 30px 10%;*/
  display: inline-flex;
  list-style-type: none;

  position:relative;
  margin:10px auto;
  clear:left;
  height:auto;
  z-index: 0;
}
.logo{
  cursor: pointer;
  margin-right: auto;
}
.nav__links{
  list-style: none;
  width: 512px!important;
}
.nav__links li{
  display: inline-block;
  padding: 0px 10px;
}
.nav__links li a{
  transition: all 0.3s ease 0s;
  font-family: "Abel", Arial;
  font-size: 18px;
  color: #76abe6;
  text-decoration: none;
}

.bluedivider
{
  border: 3px solid #3a0203;
  margin: 0!important;
}


.right-half {
  position: absolute;
  right: 10%;
  width: 512px;
  justify-content: center;
}

article {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: right;
  margin-top: 7%;
  /*padding: 20px;*/
}

table.GeneratedTable {
  width: 565px;
  background-color: #000000;
  border-collapse: collapse;
  color: #ffffff;
}

table.GeneratedTable td, table.GeneratedTable th {
  padding: 10px;
}

table.GeneratedTable thead {
  background-color: #ffffff;
  color: black;
  text-align: center;
}

