@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400&display=swap);body,html{padding:0;margin:0;font-family:Montserrat,sans-serif}a{color:inherit;text-decoration:none}nav{width:100%;display:grid;place-items:center}.menu-bar{border-radius:25px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;display:-webkit-inline-flex;display:inline-flex;background-color:rgba(0,0,0,.8);backdrop-filter:blur(10px);-webkit-align-items:center;align-items:center;padding:0 10px;margin:50px auto;-webkit-box-shadow:0 3px 20px 0 rgba(47,47,47,.5);box-shadow:0 3px 20px 0 rgba(47,47,47,.5)}.menu-bar li{list-style:none;color:#fff;font-weight:400;padding:12px 16px;margin:0 8px;position:relative;cursor:pointer;white-space:nowrap}.menu-bar li:before{content:" ";position:absolute;top:0;left:0;height:100%;width:100%;z-index:-1;-webkit-transition:.2s;transition:.2s}.menu-bar li:hover{color:#000}.menu-bar li:hover:before{background-color:#fff;color:#777;-webkit-box-shadow:0 3px 20px 0 #2f2f2f;box-shadow:0 3px 20px 0 #2f2f2f}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}body{padding:0;margin:0}#notfound{position:relative;height:80vh}#notfound .notfound{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.notfound{max-width:920px;width:100%;line-height:1.4;text-align:center;padding-left:15px;padding-right:15px}.notfound .notfound-404{position:absolute;height:100px;top:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);z-index:-1}.notfound .notfound-404 h1{color:#ececec;font-size:276px;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.notfound .notfound-404 h1,.notfound h2{font-family:Maven Pro,sans-serif;font-weight:900;margin:0}.notfound h2{font-size:46px;color:#000;text-transform:uppercase}.notfound p{font-size:16px;color:#000;margin-top:15px}.notfound a,.notfound p{font-family:Maven Pro,sans-serif;font-weight:400;text-transform:uppercase}.notfound a{font-size:14px;text-decoration:none;background:#189cf0;display:inline-block;padding:16px 38px;border:2px solid transparent;border-radius:40px;color:#fff;-webkit-transition:all .2s;transition:all .2s}.notfound a:hover{background-color:#fff;border-color:#189cf0;color:#189cf0}@media only screen and (max-width:480px){.notfound .notfound-404 h1{font-size:162px}.notfound h2{font-size:26px}}.ssr-styles{padding:15px 20px;width:60%;background-color:#fff;margin:30px auto auto;border-radius:10px;-webkit-box-shadow:0 7px 29px 0 hsla(240,5%,41%,.2);box-shadow:0 7px 29px 0 hsla(240,5%,41%,.2);display:-webkit-flex;display:flex;-webkit-justify-content:flex-start;justify-content:flex-start}.ssr-styles:last-child{margin-bottom:100px}.ssr-styles-inside{-webkit-flex-direction:column;flex-direction:column}.ssr-styles h3{padding:20px;width:30px;height:30px;background-color:#189cf0;color:#fff;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;border-radius:50%;margin-right:30px}.ssr-styles h2:hover{color:#189cf0;cursor:pointer}