@font-face {
    font-family: "custom-font";
    src: url("https://error.sixfalls.me/CustomFont-Book.woff2") format("woff2"),
        url("https://error.sixfalls.me/CustomFont-Book.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

body {
    background-color: rgb(28, 28, 28);
    font-family: custom-font, sans-serif;
    font-weight: 400 !important;
    margin: 0;
    line-height: inherit;
}

a {
    text-decoration: none;
}

.text-scale-1100 {
    color: rgb(160, 160, 160);
}

.sbui-btn {
    display: inline-flex;
    position: relative;
    transition-property: background-color, border-color, color, fill, stroke,
        opacity, box-shadow, transform;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    text-align: center;
    align-items: center;
    border-width: 1px;
    border-color: transparent;
    border-style: solid;
    cursor: pointer;
    outline: 0;
    border-radius: 0.25rem;
    font-family: inherit;
    font-weight: inherit;
}

.sbui-btn:focus {
    outline: 0;
}

.sbui-btn:disabled {
    cursor: not-allowed;
    opacity: 0.75;
    pointer-events: none;
}

.sbui-btn--small {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    line-height: 1rem;
}

.sbui-btn-primary {
    color: #ffffff;
    background-color: #34b27b;
}

.sbui-btn-primary:hover {
    background-color: #3fcf8e;
}

.mt-0 {
    margin-top: 0px !important;
}

body {
    display: flex;
    position: relative;
    color: #f9fafb;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    user-select: none;
}

.text-container {
    position: absolute;
    transition-property: background-color, border-color, color, fill, stroke,
        opacity, box-shadow, transform;
    transition-duration: 200ms;
    user-select: none;
    opacity: 5%;
    filter: blur(4px);
}

.content {
    display: flex;
    transition-property: background-color, border-color, color, fill, stroke,
        opacity, box-shadow, transform;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 1;
    line-height: 24px;
    tab-size: 4;
    text-size-adjust: 100%;
}

.content .text {
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 380px;
}

.text-xl {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
    margin: 0;
    font-weight: inherit;
    display: block;
}

.text-scale-1100 {
    color: rgb(160, 160, 160);
    margin-top: 12px;
}

.mt-0 {
    margin-top: 0px !important;
}

.cont {
    display: flex;
    margin-top: 24px;
    align-items: center;
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

p {
    margin: 0;
    display: block;
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb;
}
