
  
  body {
    font-family: sans-serif;
    text-align: center;
    background-color: #f53f32a4;
    padding: 1rem 2rem;
  }
  
  header { 
    color: blueviolet;
    font-size: x-large;
    padding: 2rem;
  }

  #div-Show {
    padding: 1rem 1rem;
  }

  #txt-input {
    padding: 1rem 0rem;
    border-radius: 2rem;
    text-align: center;
    margin-bottom: 2rem;
  }


  #btn-translate {

    border-radius: 3px;
  }