#inputsentence {
background: white;
color: black;
border: 0px solid white;
text-align: center;
font-size: 1em;
padding: 16px;
font-family: -apple-system, BlinkMacSystemFont, Roboto, sans-serif;
box-sizing: unset !important;
height: auto !important;
}

#inputblocks {
background: white;
color: black;
border: 0px solid white;
text-align: center;
font-size: 1em;
padding: 16px;
font-family: -apple-system, BlinkMacSystemFont, Roboto, sans-serif;
}

#inputfiles {
background: white !important;
color: black;
border: 0px solid white !important;
text-align: center;
font-size: 1em;
padding: 16px;
font-family: -apple-system, BlinkMacSystemFont, Roboto, sans-serif;
height: auto !important;
}