body {
    background-color: black;
}

h1 {
    color: white;
    text-align: center;
}

h2 {
    color: white;
    text-align: center;
}

h3 {
    color: white;
    text-align: center;
}

hr {
    color: #888888;
}

p {
    color: white;
    text-align: center;
}

.linkbox {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    border: 1px solid #888888;
    margin: 40px
}

.linkbox a {
    margin: 0 20px;
}

a:link {
    color: #ffffbc;
    background-color: transparent;
    text-decoration: none;
    text-align: center;
}

a:visited {
    color: #ff7878;
    background-color: transparent;
    text-decoration: none;
    text-align: center;
}

a:hover {
    color: #ffffbc;
    background-color: transparent;
    text-decoration: underline;
    text-align: center;
}

a:active {
    color: #ff7878;
    background-color: transparent;
    text-decoration: underline;
    text-align: center;
}

table {
    background-color: black;
}

td{
    color: white;
}

th{
    color: white;
}

tr{
}