
            input[type=text], textarea {
                width: 100%;
                padding: 15px 20px;
                margin: 10px 0;
                box-sizing: border-box;
                border: none;
                border-bottom: 2px solid red;
            }

            input[type=button] {
                width: 20%;
                background-color: teal;
                color: black;
                padding: 14px 20px;
                margin: 8px 0;
                border: none;
                border-radius: 5px;
                cursor: pointer;
            }

            input[type=button]:hover {
                background-color: white;
            }


            #form1 {
                border-radius: 25px;
                background-color: #b3eff1;
                padding: 20px;
            }

           #formQuery {
               border-radius: 5px;
               background-color: #b3eff1;
               padding: 20px;
            }

            #resQuery {
	       border-radius: 5px;
   	       background-color: #d89fe9;
   	       padding: 20px;
            }
