:root{
    --primary-color: #059669;
     
}
body{
    margin: 0px;
    background-color: black;
    color: var(--primary-color);
    text-align: center;
    overflow: hidden;
    
    
}
#txt-input{
    width:80%;
    box-sizing: border-box;
    height: 15vh;
    margin: 1rem;
    padding: 1rem;
}
.output-text{
    font-size: large;
}
#output{
    border: 1px solid black;
    box-sizing: border-box;
    height: 10vh;
    width: 80%;
    margin: 1rem;
    padding: 1rem;
}
.heading{
    text-align: center;
    background-color:var(--primary-color);
    color: white;
    height: 10vh;
    margin: 0%;
    padding: 1rem;
    margin-bottom: 1rem;
    ;
}
h3{
    text-align: center; 
}
.btn{
    text-align: center;
}
#btn-translate{
    padding: 0.5rem;
    background-color: var(--primary-color);
    color: ;
}
.Groot-image{
 text-align: center;
 
 
}
.groot-image img{
    width: 5rem;
    height: auto;
}
footer{
    text-align: center;
    background-color:var(--primary-color);
    color: white;
    padding: 0.5rem;
    margin: 0%;
    
}
footer p{
    font-size: large;
}