.page-not-found{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;background-color:#0a0a0a;color:white;text-align:center;padding:20px}.page-not-found h1{font-size:120px;margin:0;color:rgb(40,57,210)}.page-not-found h2{font-size:24px;margin:20px 0}.page-not-found button{background:none;border:1px solid white;color:white;padding:10px 20px;font-size:16px;cursor:pointer;transition:all .3s ease}.page-not-found button:hover{background-color:white;color:#0a0a0a}