body{
  background-image: url("https://www.cheatsheet.com/wp-content/uploads/2016/04/Daenerys-with-Dothraki-Game-of-Thrones-e1461612866560.jpg");
  background-size: cover;
  /* background-repeat: no-repeat; */
}
.container{
  margin-top: 10%;
  margin-bottom: 10%;
  margin-left: 10%;
  margin-right: 50%;
  background-color: rgb(0, 0, 0, 0.5);
  padding: 2rem;
  border-radius: 1rem;
  color: white
}
.inputText{
  width: 100%;
  height: 30%;
  font-size: large;
}

button{
  border-radius: 0.4rem;
  padding: 0.6rem;
  background-color: rgb(17, 16, 16);
  color: antiquewhite;
  margin: 1rem 0rem;
}
.translatedText{
  padding: 0.2rem 0.2rem;
  margin: 1rem 0.3rem;
  border: 1px solid grey ;
  font-family: "Trebuchet MS";
}