body {
    margin: 0;
    background: #111;
    display: flex;
    flex-flow: column;
    color: #eee;
    text-align: center;
}
.background {
    font-size: 5em;
    position: fixed;
    color: #00CED111;
    left: -25%;
    top: -50%;
    width: 150%;
    height: 150%;
    transform: rotate(30deg);
    text-align: center;
    z-index: -99;
}
.background-wrapper {
    position: relative;
    top: 50%;
}
a {
    color: #DA70D6;
}

.main-section {
    display:flex;
    flex-flow: column;
    align-items: center;
    justify-content: space-evenly;
}

.links-section {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

table {
    border-collapse: collapse;
}

.th, td {
    border: 2px solid slategray;
    padding: 3px;
}

footer {
    position: fixed;
    width: 100%;
    background: #2F4F4F;
    bottom: 0;
}

