#error_page .outter-1 {
    display: flex;
    height: 100vh;
    max-height: -webkit-fill-available;
    width: 100vw;
    overflow-x: hidden;
}

#error_page .outter-2 {
    display: flex;
    flex-direction: column;
    background-color: rgb(250, 250, 250);
    height: 100vh;
    width: 100vw;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

#error_page .frame {
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(238, 238, 238);
    border-radius: 8px;
    padding: 40px;
    max-width: 400px;
    width: 90%;
    height: auto;
    max-height: 90%;
}

#error_page .logo {
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    gap: 24px;
    margin-bottom: 24px;
}

#error_page .relog {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-left: 24px;
    padding-right: 24px;
}