@import "https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap";.pageNotFound{box-sizing:border-box;background:linear-gradient(45deg,#000428,#004e92,#000428) 0 0/600% 600%;justify-content:center;align-items:center;width:100%;min-height:100vh;margin:0;padding:0;font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;animation:10s infinite bg;display:flex}@keyframes bg{0%,to{background-position:0 97%}50%{background-position:100% 4%}}.content-pageNotFound{text-align:center;color:#fafafa;border:2px solid #fafafa;border-radius:8px;width:100%;max-width:600px;margin:15vh auto;padding:20px}.content-pageNotFound h1{font-size:150px}.content-pageNotFound h2{font-size:24px}.content-pageNotFound p{margin:16px 0}.content-pageNotFound button{color:#fafafa;cursor:pointer;background:0 0;border:2px solid #fafafa;border-radius:8px;outline:none;margin:5px;padding:.5em 1em;transition:all .3s}.content-pageNotFound .fill,.content-pageNotFound button:hover{color:#000428;background-color:#fafafa}.content-pageNotFound .fill:hover{background-color:#ccc;border-color:#ccc}@media screen and (width<=500px){body{padding:16px}.content-pageNotFound h1{font-size:100px}.content-pageNotFound h2{font-size:20px}.content-pageNotFound p{font-size:14.5px}.content-pageNotFound .btns{flex-direction:column;display:flex}}
