body {
    background-color: #121c2b;
    color: #f4f4f4;
    font-family: "neue-haas-unica", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
}

img {
    margin: 32px;
}

.htb-info {
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card {
    width: 480px;
    height: auto;
    background-color: #182232;
    border-radius: 6px;
    padding: 48px 12px;
    border: 1px solid #354154;
}

.card-title {
    text-align: center;
    font-weight: 500;
    font-size: 1.875rem;
    line-height: 2.375rem;
    letter-spacing: calc(0 / 100 * 1rem);
    margin-bottom: 24px;
}

.card-content {
    color: #abb7ca;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: calc(0 / 100 * 1rem);
    padding: 0 32px;
    word-spacing: 0.1rem;
}

.additional-info {
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: calc(0.875 / 100 * 1rem);
}

.additional-info a {
    border: 0;
    text-decoration: none;
}

.additional-info a:link {
    color: #b2f233;
}

.card-content a:visited {
    color: #c5f566;
}

.additional-info a:hover {
    color: #c5f566;
    text-decoration: underline;
}

.additional-info a:active {
    color: #5f8f00;
}

.approx {
    font-family: "roboto-mono", monospace;
    font-size: 0.875rem;
    line-height: 100%;
    color: #b2f233;
    padding: 16px 0;
}

.footer {
    background-color: #182232;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: calc(0.875 / 100 * 1rem);
    color: #354154;
}
.footer div {
    margin: 24px;
    display: inline-block;
}

a {
    border: 0;
    text-decoration: none;
}

a:link {
    color: #8799B5;
}

a:visited {
    color: #abb7ca;
}

a:hover {
    color: #abb7ca;
    text-decoration: underline;
}

a:active {
    color: #abb7ca;
}