.main__container {
  margin-top: 150px;
}

.not__found-container {
  width: 100%;
  height: 526px;
  border-radius: 89px;
  background-color: #D3D3D3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.not__found-container figure {
  width: 250px;
  height: fit-content;
}

.not__found-container figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.not__found-container h1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 25px;
}

.not__found-container .btn {
  margin-top: 15px;
}