html 
{
  scroll-behavior: smooth;
}

#container1
{ background: linear-gradient(
    rgba(70, 71, 77, 1),
      rgba(6,222,225,0.4)
      
);

    text-align: center;
    margin-top: -97vh;
    background-color: white;
    width: 100%;
  height: 100%;

}
.responsive1 {

    margin-top: 140px;
    margin-bottom: 100px;
    margin-left: 86px;
    width: 75%;
    height: auto;
 
}
#container2
{
    background: linear-gradient(
      rgba(6,222,225,0.4),
      rgba(70, 71, 77, 1)
    ),url('../images/Suggestion_03.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 120vh;
    margin-left: 5px;
    background-color: white;
    margin-top: -14px;
    margin-left: 0px;
    margin-right: -2vh;
}
.responsive2
{
  width: 100%;
  height: auto;
}
#container2
  {
    height:140vh;
  }
 .formcss
  {
    margin-top: -10vh;
    padding: 30px;
  }
}
@media screen and (max-width: 900px) {
  #container1{
    width: 100%;
  height: 100%;
  margin-top: -97vh;

  }
  .responsive1 {

    margin-top: 140px;
    margin-bottom: 100px;
    margin-left: 86px;
    width: 75%;
    height: auto;
 
}
}
@media screen and (max-width: 600px) {
  .responsive1
  { 
    margin-left: 50px; 
  }
}

/*#container3
{
    height: 800px;
    margin-left: 5px;
    background-color: skyblue;
    margin-top: -10px;
    margin-left: 0px;
    margin-right: -10px;
}
.responsive2
{
  width: 100%;
  height: auto;
}*/
