#section_notfound_page {
    display         : flex;
    flex-direction  : column;
    justify-content : center;
    text-align      : center;
    align-items     : center;
    align-self      : center;
}

#section_notfound_page h2 {
    font-family   : NotoSans-ExtraBold;
    font-size     : 140px;
    line-height   : 1;
    color         : var(--p-color-primary);
    margin-bottom : 0px;
}
#section_notfound_page h3 {
    font-family   : NotoSans-SemiBold;
    font-size     : 30px;
    line-height   : 1;
    margin-bottom : 0px;
}

#section_notfound_page p {
    font-size   : 20px;
    font-family : NotoSans-Regular;
}

#section_notfound_page + .footer-section > .upper-footer {
	margin-top: 60px;
}