.bg { background-color: rgb(13, 226, 241); text-shadow: black; } .container1 { background-color: aqua; display: block; color: rgb(51, 19, 19); text-align: center; margin-top: auto; margin-left: auto; margin-right: auto; height: 50px; width: auto; font-size: 300%; } .container2 { display: block; color: red; position: absolute; left: 30%; top: 15%; background-color: aqua; color: greenyellow; height: relative, -25px; width: 550px; } .wow { width: 100%; padding: 12px 20px; margin: 8px 0; box-sizing: border-box; border: 2px solid red; border-radius: 4px; } input[type=text] { width: 100%; padding: 12px 20px; margin: 8px 0; box-sizing: border-box; border: 2px solid red; border-radius: 4px; } input[type=text]:focus { width: 100%; } textarea { width: 100%; padding: 12px 20px; margin: 8px 0; box-sizing: border-box; border: 2px solid red; border-radius: 4px; } textarea:focus { width: 100%; } input[type=submit] { background-color: #f4511e; border: none; color: white; padding: 16px 32px; text-align: center; font-size: 16px; margin: 4px 2px; opacity: 0.6; transition: 0.3s; display: inline-block; text-decoration: none; cursor: pointer; border-radius: 50%; } input[type=submit]:focus { background-color: rgb(25, 177, 248); } .ug { margin-left: auto; margin-right: auto; position: absolute; top: 55%; left: 40.5%; background-color: gray; color: red; } .ug2 { margin-left: auto; margin-right: auto; position: absolute; top: 115%; left: 25%; background-color: gray; color: red; }