.error_box {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 80vh;
}
    .error_box .code_block {
        font-size: 5rem;
    }
    .error_box .title_box {
        font-size: 1.3rem;
    }
    .error_box .desc_box {
        margin-top: 0.4rem;
        font-size: 1rem;
    }
    .error_box .shadow {
        margin-top: 2rem;
        width: 12rem;
        height: 1rem;
        border-radius: 100%;
        background-color: rgba(166, 168, 171, 0.1);
        outline: 3px solid rgba(221, 222, 229, 0.2);
    }