
.notfound-body {
  background: white;
  color: black; 
  margin: 0;
  padding: 0;
}

.notfound {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80vh; 
  text-align: center;
}

.notfound h1 {
  font-size: 48px;
  margin-bottom: 20px;
}

.notfound p {
  font-size: 20px;
}
