/*------------------------------------------------------------------------------ ## Pages -> 404 ------------------------------------------------------------------------------*/ .error-404 { background: red; padding: 40px 20px; margin: 15px 0; background: #fff; font-size: 25px; font-weight: 500; border: 1px solid #e7e7e7; position: relative; text-align: center; } .error-404 .page-title { font-size: 70px; font-weight: 600; line-height: 70px; margin: 0 0 15px; } .error-404 .lead { font-size: 18px; margin: 0; }