.error-container {
  background: #fff3;
  border-radius: 30px;
  padding: 20px;
  margin: 20px auto;
  max-width: 1450px;
}
.not-found {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: rgba(49, 51, 56, 1);
  background-color: rgba(251, 246, 231, 1);
  height: 562px;
  img {
    width: 180px;
    height: 180px;
  }
}
