*{
    font-family: 'Noto Sans HK', sans-serif;
    
}

body{
    background-image: url('min1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}
h1{
    text-align: center;
}
.main{
    margin-top: 100px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.textinput
{
    margin-right: 10px;
}
textarea{
    
    margin-left: 40px;
    width: 300px;
    height: 200px;
    padding: 1rem;
}
#translatetext{
    background-color: gray;
    color: black;
    border-radius: 0.5rem;
    padding: 0.8rem;
    
}

.op
{
    margin-left: 20px;
    width: 300px;
    height: 200px;
    padding: 1rem;
    border: 2px solid black ;
}