body{
    padding: 0;
    margin: 0;
    display: flex;
    height: 100dvh;
    justify-content: center;
    align-items: center;
    font-family:'Courier New', Courier, monospace ;
}
.container{
    background: rgb(68, 107, 123);
    color:aliceblue;
    padding: 20px;
    border-radius: 10px; ;
}
.input{
    width: 100%;
    font-size: 20px;
    height: 30px;
}
.result{
    font-weight: 600;
    font-size: 20px;
}
.PS-ENG{
    color:gold; 
    font-weight: 600;
    font-size: 20px;
}
.centered-text {
  text-align: center;
}
.txttabl{
    font-weight: 600;
    font-size: 20px;
    color:red;
}