body{margin:0;padding:0;box-sizing:border-box}.not-found-container{display:flex;flex-direction:column;justify-content:center;height:100vh;background-color:#383E42;text-align:center}.not-found-wrapper{width:75%;margin:0 auto}.not-found-container h1{color:white;font-size:1.5rem;font-weight:700}.not-found-container p{margin:1rem 0;color:#FC4034}.not-found-container a{color:white;text-decoration:none;background-color:#FC4034;padding:.5rem 1rem;border-radius:1rem;margin-top:1rem}