.page-not-found-main-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.page-not-found_content-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    text-align: center;

}

.page-not-found_background-wallpaper {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    font-size: 40vw;
    font-weight: bolder;
    color: #222;
    padding: 0 3% 0 0;
    box-sizing: border-box;
    line-height: 80%;
}