.err_page_0 {width: 100%; margin-top: 30px; text-align: center;}
.err_page_1 {margin: auto; font-size: 32px; font-weight: 2;}
.err_page_2 {margin: auto; font-size: 48px; font-weight: 1;}
.err_page_3 {margin: auto; font-size: 24px; font-weight: 0; width: 75%; padding: 10px 0px 40px 0px;}

/* Portrait */
@media only screen and (orientation:portrait) {
  .err_page_3 {width: 90%;}
}
