@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {padding: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
body {font-family:Arial, Helvetica, sans-serif; width:100%; height:100%; display: flex; align-items: center; margin: 0; padding: 0; flex-direction: column;}
ol, ul {list-style: none;}
*{ padding:0; padding:0;}
a{ text-decoration:none; outline:none;}
img{ border:none;}
div{ display:flow-root;}
.clear{ clear:both;}
.container{position:relative; width:900px; display: flex; align-items: center; flex-direction: column;}
#not-found{ padding:10px auto 0 auto; }
#pagenot{text-align:center; font-size:51px; color:#424242; }
#pagenot a{ display:block; margin: 0 auto; background:#101112; border-radius:80px; width:180px; font-size:14px; color:#FFF; padding:20px 0; text-transform:uppercase;}
/*------Header Section-------*/

/*footer section end*/



@media (max-width:768px){
.container{ width:448px;}
#not-found img{ width:100%;}
#pagenot{ font-size:33px;}
}

@media (max-width:448px){
.container{ width:300px;}
#pagenot{ font-size:27px;}
#pagenot a{ font-size:14px;}
}

