h2{
    background-color: black;
    color: aliceblue;
    position: relative;
    left : 3%;
}
#input-text{
  max-width: 100%;
  width : 100%;
  height: 150px;
  margin: 1rem 1rem;

}
#clicked{
  padding: 1rem;
  position: relative;
  left: 2%;
  background-color: blueviolet;
  color:antiquewhite;
  border-radius: 0.5rem;
}
body{
  max-width: 60%;
  margin: auto;
  background-color: black;
}

#output-text{
  padding: 1rem 1rem;
  color: bisque;
  border: 0.2rem solid white;
  max-width: 100%;
  width: 100%;
  margin: 1rem 1rem;
}

footer{
  position: relative;
  left: 3%;
  top: 100px;
  color: aliceblue;

}