:root{
  --primary:rgb(238, 206, 61);
}

body{
  margin: auto;
  text-align: center;
  background-image: url("final.jpg");
  background-repeat: no-repeat;
  width: 100%;
  height:100;
}

.container{
    width:98% ;
    padding:1rem ;
    height:7vh;
    display:block;
    color:white;
    background-color:var(--primary) ;
    margin-bottom: 0;
}

#heading{
    font-size:large;
    font-weight:bold;
    text-align:center;
    padding:1rem;
}
.sub-heading{
    font-size: medium;
    text-align:center;
    padding:0.5rem;
    margin:0.5rem;
    color: white
}

.box{
      display:block;
    width:98%;
    height:12vh;
    margin: 1rem;
    padding:1 rem;
    margin:2px;

}

#txt-input{
    display:flex;
    width:98%;
    height:15vh;
    margin: 1rem;
    padding:1rem;
    margin-bottom:2rem;
    text-align: center;
    margin-right: 1rem;
    font-size: 2rem;
}

#btn-translate {
    padding: 1rem;
    margin:1rem;
    margin-top:7rem;
    background-color: var(--primary);
    width:20%;
    color: white;
    border: white;
    font-size:1.5rem;
    font-weight:bold;
}

.output{
    display:block;
    border: 1px solid black;
    height:20vh;
    margin:1rem;
    padding:1rem;
    width:98%;
    height:15vh;
    text-align: center;
    background-color: white;
    color: black;
    font-size: 2rem;
}
