body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin: 0;
  background-image: url(./Image/bg1.jfif);
}

.body_section {
  padding: 3% 5% 1%;
}

a {
  text-decoration: none;
}

.navbar-light  {
  font-size: 50px;
  font-weight: bold;
  color: #351458;
}

@media only screen and (max-width : 764px) {

  .navbar-light {
    font-size: 40px;
    font-weight: bold;
    color: #351458;
  }
}

.headerachor {
  color: black;
  margin: 0 7px 0 7px;
  font-size: 25px;
}


h1 {
  font-weight: bold;
}

p {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #868e96;
}

/* Form */
form {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
}

.row {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

label {
  margin-right: 10px;
  white-space: nowrap;
  flex-shrink: 0;
}

input[type="text"],
input[type="email"],
textarea {
  flex: 1;
}

input[type="submit"] {
  background-color: #4CAF50;
  color: white;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
}

/* Responsive Styles */
@media screen and (max-width: 600px) {
  form {
    padding: 10px;
  }
  
  .row {
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  
  label {
    margin-bottom: 8px;
  }
  
  input[type="submit"] {
    margin-left: auto;
  }
}

/* Form end  */


@media only screen and (max-width : 950px) {

  body,
  html {
    text-align: center;
    font-size: 16px;
    line-height: normal;
  }
}

@media screen and (max-width : 600px){
  input[type="submit"]{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 75%;
  }  
}
