.hero__inner img {
  border-radius: 30px;
  width: 70%;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .hero__inner img {
    width: 85%;
  }
}

.main {
  margin-top: 50px;
  width: 60%;
  margin: auto;
  text-align: justify;
  color: white;
}
@media (max-width: 768px) {
  .main {
    width: 78%;
  }
}
.main p {
  line-height: 2;
}

#notification {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #52167a;
  color: white;
  padding: 15px;
  border-radius: 4px;
  z-index: 3;
}