/* Start https://www.cursors-4u.com */ * {cursor: url(https://cur.cursors-4u.net/anime/ani-9/ani879.ani), url(https://cur.cursors-4u.net/anime/ani-9/ani879.png), auto !important;} /* End https://www.cursors-4u.com */
* {
    font-family: 'Ubuntu Mono', sans-serif;
}

body {
    margin: 0;
    padding: 0;
    background-color: #000;
    color: #fff;
}

.center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.ascii-border {
    border: 1px solid #fff;
    font-family: monospace;
    white-space: pre;
    font-size: 0;
}

.ascii-border pre {
    margin: 0;
}

.ascii-art {
    font-family: monospace;
    white-space: pre;
    font-size: 10px;
    line-height: 1.2;
    overflow-x: auto;
  }

.header {
    text-align: center;
}
  
.nav {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 10px;
}

.nav ul li a {
    color: #fff;
}

#info
{
    display: flex;
    gap: 10px;
    position: fixed;
    right: 0;
    bottom: 0;
    padding: 5px;
    font-size: 12px;
}

#go-back
{
    display: flex;
    gap: 10px;
    position: fixed;
    left: 0;
    top: 0;
    padding: 5px;
    font-size: 12px;
}

#go-back a,
#go-back span {
    color: #fff;
    text-decoration: none;
}

.card-container {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.card {
    width: 140px;
    border: 1px solid #ccc;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.card-title {
    font-size: 16px;
    margin-bottom: 10px;
}

.card-number {
    font-size: 32px;
    font-weight: bold;
    color: #ddd;
}

.personal-best-run-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.personal-best-run-table th,
.personal-best-run-table td {
    border: 1px solid #ccc;
    padding: 4px;
    text-align: left;
}

