
.txt {
    color:rgb(17, 17, 17);
    position: absolute;
  left: 0px;
  width: 600px;
  height: 800px;
  border: 10px solid green;
  font-size: 20px;
  background-color: lightgrey;
  }
.input {
    right: 0;
    width: 100%;
    height: 100px;
    
  }

  .input1{
    right: 0;
    top:200px;
    width: 100%;
  }

.a{
   background-color: rgb(54, 54, 54);
    width: 360px;
    padding: 8% 0 0;
    margin: auto;
}
.input3{
 
  font-size: large;
}


