         /* general syle */
            body {
                height: 100%;
                background-color: black;
                color: white;
            }
            table {
                height: 100%;
                width:100%;

                position: absolute;
            }
          .table_solution{

          text-align:center; 
          }

          .subtitle{
          font-size:46px;
           text-align: center; 
           margin-top:80px
          }

          .contact_subtitle{
         
           text-align: center; 
           margin-top:80px
          }



           .banner {

  background-image: url('https://img1.wsimg.com/isteam/videos/uA41GmyyG8IMaxXdb');
  background-repeat: no-repeat;
  background-attachment: fixed; 
  background-size: 100% 100%;
    }
    
        .inputspace {
            margin-top:10px

        }
        textarea {
            background-color: black;
  
            color:white;
            columns:90 

        }

           input {

background-color: black;
  
            color:white;

            
           }