* {
    font-family: monospace;
}

h1 {
    text-align: center;
    margin: 64px;
}

.content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.link-holder {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

table, th, td {
    border: 1px solid;
    border-collapse: collapse;
}

td {
    padding: 8px;
    border: 1px solid;
    box-sizing: border-box;
}
