@import url('/static/css/colors.css');
@import url('/static/css/fonts.css');
@import url('/static/css/goback.css');

body {
    color: white;
    padding-top: 10%;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: start;
    background: url('/static/backgrounds/stars2.png');
}

.content {
    text-align: center;
}

hr {
    width: 0;
}

#header {
    font-family: sixtyfour, monospace;
    font-size: xx-large;
}

#links {
    font-family: guru0;
}

a {
    color: pink;
}

a:hover {
    font-style: italic;
}

table {
    width: 100%;
    height: 100%;
}

td {
    padding: 5px;
    border: solid white 1px;
}