/* navbar section */

.box1 > img {
    height: 90px;
  }
  input {
    border: none;
    border-bottom: 1px solid black;
    margin-right: 50px;
    height: 20px;
  }
  #nav {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: auto;
  }
  #section {
    height: 20px;
    border: none;
    border-bottom: 1px solid black;
  }
  .box1 {
    width: 50%;
    cursor: pointer;
  }
  .box2 {
    width: 45%;
    display: flex;
    justify-content: space-between;
  }
  i {
    color: gray;
    font-size: 25px;
  }
  a {
    text-decoration: none;
    color: gray;
  }

/* body section */
h3{
    margin-top: 100px;
    margin-left: 10%;
}
#form{
    display: flex;
    flex-direction: column;
    margin-left: 10%;
    margin-right: 50%;
}
input{
    border: none;
    border-bottom: 1px solid black;
    margin-bottom: 50px;
    background-color: white;
}
form>input:last-child{
    background-color: black;
    height: 35px;
    color: white;
}