﻿html{font-size:2.2vmin;}html *{box-sizing:border-box;}.not_found{margin:0;padding:0;width:100vw;height:100vh;overflow:hidden;display:flex;align-items:flex-end;justify-content:center;background:url("/images/not_found_bg.jpg") center no-repeat;background-size:cover;font-family:"Segoe UI",Tahoma,Geneva,Verdana,sans-serif;}.not_found .text{padding:2rem;margin-bottom:4rem;text-align:center;max-width:55rem;maring:0 auto;}.not_found .text h1{font-size:3.5rem;line-height:1.1;margin:0;margin-bottom:1.5rem;color:#6081a8;}.not_found .text h2{font-size:2.2rem;margin:0;margin-bottom:2rem;color:#505050;}.not_found .text p{font-size:1.8rem;line-height:1.3;margin:0;color:#5a5a5a;text-align:left;}.not_found .text .administration{text-transform:capitalize;}@media(min-width:576px){html{font-size:1.6vmin;}}@media(min-width:1200px){html{font-size:16px;}.not_found .text p{font-size:1.3rem;}}