@media(max-width:768px){
   input{
      background-color: transparent;
      box-shadow: 0 0 8px greenyellow;
      border: none;
      width: 200px;
      height: 30px;
      color: greenyellow;
      font-size: 18px;
      
    }
    .form2{
     margin-top: 80px;
    }
    h2{
      font-size: 20px;
    }
    .marc{
      margin-top: 170px;
    }
    .marc h2{
      font-size: 30px;
      color: green;
    }
    h1{
      margin-top: 20px;
      font-size: 20px;
    }


    

   
   
}