#not-found {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#not-found a {
  border-radius: 500px;
}
