body {
    margin: 0;
    background-color: rgb(36, 36, 36);
    color: white;

    font-family: 'Kanit', sans-serif;
    font-weight: 600;
    font-style: italic;
    font-size: 20px;

    width: 100vw;
    height: 100vh;
}

#error-content {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    font-size: 40px;
    width: 100vw;
    height: 100vh;
}

#error-content * {
    padding: 10px;
}

#no-links-image {
    border-radius: 4px;
}

code#error-url {
    font-family: 'Noto Sans Mono', monospace;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: italic;
    font-size: 40px;
}

#error-code {
    font-size: 60px;
}
