.Qa_404_Page {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80vh;
  background-color: #ffe476;
}
.Qa_404_Page .Qa_404_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fdfee9;
  color: #181a1c;
  padding: 5px 50px;
  border-radius: 50px;
  width: 50%;
  height: 90%;
  overflow: hidden;
}
.Qa_404_Page .Qa_404_container img {
  width: 40%;
}
.Qa_404_Page .Qa_404_container h2 {
  font-size: 40px;
  line-height: 45px;
  font-weight: bolder;
  margin: 20px 0px;
  text-shadow: 0px 0px 5px black;
  text-align: center;
}
.Qa_404_Page .Qa_404_container p {
  font-size: 15px;
  font-weight: bolder;
  width: 70%;
  text-align: center;
}
.Qa_404_Page .Qa_404_container a {
  font-size: 20px;
  background-color: #fab468;
  padding: 10px 25px;
  margin-bottom: 30px;
  border: 3px solid black;
  border-radius: 50px;
  color: #181a1c;
  text-decoration: none;
  font-weight: bolder;
}

@media screen and (max-width: 800px) {
  .Qa_404_Page {
    height: 70vh;
  }
  .Qa_404_Page .Qa_404_container {
    width: 70%;
  }
  .Qa_404_Page .Qa_404_container img {
    width: 70%;
  }
  .Qa_404_Page .Qa_404_container h2 {
    font-size: 30px;
    line-height: 35px;
  }
  .Qa_404_Page .Qa_404_container p {
    font-size: 13px;
  }
  .Qa_404_Page .Qa_404_container a {
    font-size: 15px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 600px) {
  .Qa_404_Page .Qa_404_container {
    width: 60%;
  }
}/*# sourceMappingURL=404.css.map */