.page_404 {
  padding: 60px 0;
  background: #f3f4f6;
  font-family: "Arial", sans-serif;
  color: #333;
}

.four_zero_four_bg {
  background-image: url(https://cdn.dribbble.com/users/285475/screenshots/2083086/dribbble_1.gif);
  height: 400px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.four_zero_four_bg h1 {
  font-size: 100px;
  color: #333;
  font-weight: bold;
  margin: 0;
}

.contant_box_404 {
  text-align: center;
  padding-top: 20px;
  margin-top: -20px;
}

.contant_box_404 h2 {
  font-size: 24px;
  color: #555;
  font-weight: normal;
  margin-bottom: 20px;
}

.contant_box_404 p {
  font-size: 16px;
  color: #777;
  margin-bottom: 30px;
}

.link_404 {
  color: #fff !important;
  padding: 12px 30px;
  background: #007bff;
  border-radius: 5px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.link_404:hover {
  background: #0056b3;
}
