

.message-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90vh;
}

.image {
  width: 400px;
  /* height: 200px; */
}

.image img,
.image svg {
  width: 100%;
}

.not-found-text {
  margin: 10px 0px;
  text-align: center;
}

.not-found-text h3 {
  font-size: 25px;
  color: #2b1e89;
}
.not-found-text p {
  font-size: 25px;
  margin: 10px;
  color: grey;
  font-size: 12px;
}
