body { background: #f8f9fa;}
.HeadingBox{
  font-family: Butler;
  font-size:35px;
  font-weight: 700;
  color: #003728;
  line-height:15px;
  letter-spacing: 0.02em;
}
.HeadingBar{
  width:100px;margin: 0 auto;height:3px;border-width:0;background-color:#3dcfe0;opacity:1
  }
.container { max-width: 900px; background: #fff; border-radius: 10px; padding: 30px 40px; box-shadow: 0 3px 10px rgba(0,0,0,0.1); margin: 60px auto; margin-top:100px; }
h3 { color: #004d26; font-weight: 600; }
.btn-success { background-color: #004d26; color:#FFFFFF; border: none; border-radius: 0px; font-weight: 500; font-size:16px;font-family: 'Gordita'; }
.btn-success:hover { background-color: #3dcfe0; color:#000000; }
#msg { display: none; color: #007a33; font-weight: 500; transition: opacity 0.5s ease; }
@media (max-width: 768px) { .container { padding: 25px; } }
  .message {
    text-align: center;
    margin-top: 15px;
    font-weight: 600;
  } 
  .mend{
  color:#FF0000;
  font-size:16px;
  font-weight:900;
  }