html,
body {
    padding: 0;
    margin: 0;
    background-image: linear-gradient(to top, #ff0000, #ff004f, #e90083, #c039a8, #8a56ba, #7257b8, #5857b5, #3956b0, #3b48ac, #4039a6, #48279e, #500794);
    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-image: linear-gradient(to top, #ff0000, #ff004f, #e90083, #c039a8, #8a56ba, #7257b8, #5857b5, #3956b0, #3b48ac, #4039a6, #48279e, #500794);
    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;
}

hr {
    border: 1px solid #ffffff;
    margin: 0!important;
}

.bluedivider {
    border: 3px solid #911c1c;
    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;
}