﻿#ErrorUrl {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#ErrorUrl .header{
    width: 100vw;
    height: 96px;
    padding: 28px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#ErrorUrl #errpage-wrapper{
    max-width: 640px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

#ErrorUrl #errpage-wrapper > div:first-of-type{
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
}

    #ErrorUrl #errpage-wrapper > div:first-of-type .txt {
        font-weight: 700;
        font-size: 24px;
        line-height: 34px;
        text-align: center;
        color: #34363E;
    }