body {
    overflow: visible important!;
    font-family: sans-serif;
    background-color: #101030;
    color: #ffffff;
}

a,
.fakelink {
    color: #96c9ff;
}

main,
header {
    max-width: 95%;
    background-color: #080818;
    margin: auto;
    padding: 2em;
    text-align: center;
}

.table {
    display: table;
}

.table .tr {
    display: table-row;
}

.table .tr .td {
    display: table-cell;
}

nav {
    width: 100%;
}

nav form {
    display: inline-block;
}

nav a,
.fakelink {
    background-color: #282848;
    padding: 8px;
    margin: 4px;
    display: inline-block;
    text-decoration: underline;
    font-family: sans-serif !important;
    font-size: 100%;
    border: none;
    cursor: pointer;
}

nav a:hover,
.fakelink:hover {
    background-color: #383858;
}

table {
    border: 2px solid #505090;
    border-collapse: collapse;
    margin: auto;
}

table td,
.border {
    border: 1px solid #505090;
}

ul,
ol {
    display: inline-block;
}

li {
    text-align: left;
}

img {
    max-width: 100%;
}
